The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

site description editing help?

2 posters

Go down

Solved site description editing help?

Post by OMGitsDMC December 19th 2011, 3:11 am

is it possible to change how this looks ie making the text bigger, bold or even inserting a image?


Last edited by Geordieboy80 on December 19th 2011, 3:29 pm; edited 1 time in total
OMGitsDMC
OMGitsDMC
Forumember

Male Posts : 166
Reputation : 0
Language : english

Back to top Go down

Solved Re: site description editing help?

Post by Guest December 19th 2011, 2:18 pm

Try by adding in your CSS Stylesheet:
Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: site description editing help?

Post by OMGitsDMC December 19th 2011, 2:54 pm

Gassy wrote:Try by adding in your CSS Stylesheet:
Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
}
cheers for that, is there anyway to insert an image where the text goes
OMGitsDMC
OMGitsDMC
Forumember

Male Posts : 166
Reputation : 0
Language : english

Back to top Go down

Solved Re: site description editing help?

Post by Guest December 19th 2011, 3:13 pm

Do you mean a background image? Okay:
For background image, and also text color, font style, size:
Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: url(IMAGELINK);
}

For background color, and also text color, font style, size:
Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: #DDD;
}
Note: #DDD is a example, you can replace by your favourite/own color.

For icon before description text, and also text color, font style, size:
Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: url(http://2img.net/i/fa/admin/couronne.png) no-repeat;
padding-left: 19px;
padding-top: 2px;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: site description editing help?

Post by OMGitsDMC December 19th 2011, 3:29 pm

cheers :wouhou:
OMGitsDMC
OMGitsDMC
Forumember

Male Posts : 166
Reputation : 0
Language : english

Back to top Go down

Solved Re: site description editing help?

Post by Guest December 19th 2011, 3:59 pm

Welcome!

site description editing help? AHAeI Happy Holidays! Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: site description editing help?

Post by Sanket December 19th 2011, 7:14 pm

Solved | Archived
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum