How to change font size in CSS for rokstories front page.
Posted 14 years 6 months ago
Hey all, I'm trying to find the area in rokstories.css that allows me to manipulate the font size. I'm using FireFox and Firebug to determine what it would look like beforehand. Here's what Firebug shows.
This image is hidden for guests. Please log in or register to see it.
So I fiqure to go to the rokstories.css file (line 14). But when I go there, there's nothing similiar to that ?
Any tips on what I'm doing wrong ? Any help appreciated.
Re: How to change font size in CSS for rokstories front page.
Posted 14 years 6 months ago
adding this to your css should help:
/*Size for the description*/
div.feature-block div.description span.feature-desc {font-size: 16px;}
/*Size for the title*/
div.feature-block div.description span.feature-title {font-size: 24px;}
Re: How to change font size in CSS for rokstories front page.
Posted 14 years 6 months ago
Henning, thank you. That did the trick. However, I've a question. How is it that when you use Firebug and your selecting an element for the purpose of Firebug to "show you" where to go, it winds up being something totally different? Isn't that one of the functions of Firebug? So, I'm cunfused when I look over to the style (right side of page) and see (rokstories.css-line 14) as in .... thats where it should be, yet it isn't?
Lastly, it looks like you just wrote some code to add to the template.css file. I guess what I'm saying is, I don't understand why Firebug doesn't point me to the right direction. How is it that you have to end up adding code language, why aren't we just manipulating code thats already there and easy to find ..... with Firebug.
Thank you much for you help again. Have a nice german beer and cheers.