Changing Font, Adding Categories

Latest Reply from Dave at 2013-06-07 09:35:42
I have installed RetroPress. I customized the slider and the logo. I have a few things that are not currently editable. I haven't been able to figure out how to make those changes.

1. I would like to edit the font color in the body of the post.

2. I would like to edit the font color in the menu where the pages are listed.

3. I have several parent categories, however only home and 2 categories show up in the banner. There is room for more.

My site is www.rockintheemptynest.com if you want to see my issues in person.

Thanks for your help!
Bumping this up for help. Please!
Did anyone ever help you here? I have added a few hidden pages behind my logo but am not getting the links on the right now to be active. Help!
Hey!
Probably, you fixed your problems, but I hope it will be lelpfull for somebody else...
To change the font color in the body of the post you have to add code here (index.css):
articles .post-body { overflow:hidden; padding:0 30px; padding-bottom:20px;	font-size:13px;	line-height:18px; margin-left:0;}

for example, like this:
articles .post-body { overflow:hidden; padding:0 30px; padding-bottom:20px;	font-size:13px;	line-height:18px; margin-left:0;color:#333}

To change the font color in the main menu you have to edit the file style.css:
#mainmenu li a { 
---here--> color:#fff;
padding:10px 30px;
display:block;
text-decoration:none;
font-family:'Oswald';
font-size:15px;
text-shadow:1px 1px 1px #441b15;
}

To change the font color for the top menu here (style.css):
#secondarymenu a {
color:#938777;
text-decoration:none;
padding:10px;
display:block;
font-size:13px;
}
Alexia, could you give the URL of your site? Can not understand your issue...

Leave a reply

Add codeAdd image