Geordieboy80 at 03h11
19
Dec
2011
is it possible to change how this looks ie making the text bigger, bold or even inserting a image?
1 Guest, on 19/12/2011 at 14h18
Try by adding in your CSS Stylesheet:
- Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
}
2 Geordieboy80, on 19/12/2011 at 14h54
cheers for that, is there anyway to insert an image where the text goesGassy wrote:Try by adding in your CSS Stylesheet:
- Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
}
3 Guest, on 19/12/2011 at 15h13
Do you mean a background image? Okay:
For background image, and also text color, font style, size:
For background color, and also text color, font style, size:
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:
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://illiweb.com/fa/admin/couronne.png) no-repeat;
padding-left: 19px;
padding-top: 2px;
}
4 Geordieboy80, on 19/12/2011 at 15h29
cheers
5 Guest, on 19/12/2011 at 15h59
Welcome!
Happy Holidays! 
Happy Holidays! 6 Sanket, on 19/12/2011 at 19h14
Solved | Archived
Similar topics
The site description on my site is useful, but its black, and totally stands out of my light blue themed forum. I tried using BB code to change the color, but that doesn't work. Its not possible to not have a site description. Is there any way to make it
I'd like to change font for my Site Description... to put Monotype Corsiva font... to change only Site Description font... how to do that?
I only want to remove the visible description. When I say visible, I mean I want to remove the looks not nothing Major.
Replies 1 to 6 on 6 for "site description editing help?"
Search
Informations
6 Replies For the topic :
"site description editing help?"
This topic has been viewed 551 times.
Last message :
19/12/2011 at 03h11 by "Geordieboy80"





