- ARayRVA February 13, 2013 at 8:06 pm
Is there a way to add a background to the navigation bar at the top? I’m using an image as my background and the text on the navigation bar isn’t really showing up.
Juanfra Aldasoro February 13, 2013 at 8:22 pmYou can try this:
#header #top { background: #fff; }
Juan.
ARayRVA February 13, 2013 at 8:30 pmThat puts a white piece at the very top of the page and not where the navigation bar is.
Juanfra Aldasoro February 13, 2013 at 8:35 pmThat code puts a white background to the top container, the navigation bar is just inside that div. Unfortunately, as I can’t see your site I’m blind on this. If you want, send me a URL address to support@nicethemes.com and I’ll happily take a look at it.
Juan.
ARayRVA February 13, 2013 at 8:48 pmCould it be because I’m using the Full Screen BG image plugin to put in my background?
Juanfra Aldasoro February 13, 2013 at 8:50 pmHello Ashley,
Thanks for the email. I’m not sure what could it be as I can’t see the code.
As far as I can see through the image you’ve sent me I would recommend you to try this code:
.nav { background: #fff; }
That css class is the one specifically used for the navigation menu.
Best,
Juan.ARayRVA February 13, 2013 at 8:54 pmThat worked! Thanks Jaun! One more question: How do I change the color of the font that lists recent posts on the recent posts widget? I need the font to be the same color as the part that says “Recent Posts”.
Juanfra Aldasoro February 13, 2013 at 8:58 pmYou mean the pre-footer widgets, sidebar widgets or the footer widgets?
We’ve updated this theme yesterday, including font & color selection. Maybe you can update it and pick your fonts and colors through the options panel.
Best,
Juan.Juanfra Aldasoro February 13, 2013 at 9:14 pmYou need to download the updated theme files from your dashboard and update them in your wordpress theme directory. If you added some code on custom.css or functions.php files please have in mind that you don’t have to replace them.
Pre footer widgets font colors:
.pre-footer-widgets .widget-section{ color: #your-hex-color; } .pre-footer-widgets .widget-section a{ color: #your-hex-color; }
Primary widgets font colors:
#sidebar .widget{ color: #your-hex-color; } #sidebar .widget a{ color: #your-hex-color; }
Be sure to replace #your-hex-color with the one you want to use.
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.