confireexplorers
Member
Posted 7 months ago #
I have done many searches and tried many things to change the font on part of my heading.
My site is http://www.confireexplorers.org
I want to change the size and possibly the font of the "Post 88" underneath the main heading. I messed with some font sizes in the style.css under the heading section with no luck. What am I missing? Thanks in advance for your help!
Brett
Change the font size in the code below which is in your style.css file. To change the font type you will need to assign a font-family property in there also
#headerimg .description
{
text-align: left;
padding-left: 25px;
color: #666666;
font-size: 1.8em;
}
confireexplorers
Member
Posted 7 months ago #
I tried changing that. Nothing happened. I changed it to 2.5em, 3.0em and I noticed nothing. Do I need to go with much larger numbers?
confireexplorers
Member
Posted 7 months ago #
To be clear, I changed it to 2.5em AND 3.0em on separate occasions with no change.
If you changed to 2.5em or 3.0em you would notice the change.
Changing the font-size in the CSS shown above does work. I tested it with Firebug.
Do you have caching on? are you modifying the right file? The correct line in the CSS? I cant think of any other reason why it wouldnt work.
confireexplorers
Member
Posted 7 months ago #
I am modifying the only line in the style.css that I can find that starts with
#headerimg .description
Nothing happens. I dont know if I have Caching on, but I do know that any other changes I make to my page show up...
confireexplorers
Member
Posted 7 months ago #
I just tried to change the size of the text in my side bar and that did work either. I specifically wanted to change the size of the "pages" links, but have no idea how to specify just that section of the side bar. But either way, I cant seem to change any text size.
Sorry, not sure what you’re doing or how else I can help you. I can only suggest trying to use a firefox extension like Firebug or Web Developer Toolbar to help you identify CSS elements on your site and make changes.
All the best