- lauramanney February 20, 2013 at 4:55 pm
I’m having trouble changing these font colors: page titles, blog titles, menu items, menu categories, and contact information/days/hours
I’ve changed what I can in the Typography section of the theme options, but these all remain dark gray. I think i can figure out the CSS if I knew what each of their titles were in the code.
thanks!
lauramanney February 20, 2013 at 7:36 pmsorry, i think a better title for this topic is actually “change font colors”
Juanfra Aldasoro February 20, 2013 at 8:43 pmHi Laura,
I hope you’re well. Please have in mind, the theme isn’t set to use different background through options as it is right now. That’s why we don’t have typography options for those items. What you can do is add your own CSS if you need to customize them.
For example:
h1, h2, h3, h4, h5, h6{ color: #the-hex-color; } .menu-box li .title a { color: #the-hex-color; }
Remember you can use firebug to determine which classes you need to modify.
Best,
Juan.lauramanney February 20, 2013 at 9:59 pmHi Juan,
can you tell me what the tags are for the address information, days of the week and hours on the contact page here? I tried adding CSS for widget hours but it doesn’t seem to work.
http://www.manneydesign.com/newsitebuild/contact/Thanks,
Laura
Juanfra Aldasoro February 20, 2013 at 10:26 pmHi Laura,
Sure, no problem.
Here you have:
.nice-contact-sidebar{color: #your-hex-color; } .day .name { color: #your-hex-color;}
Best,
Juan
This topic is marked as resolved
Only the topic author can re-open this thread.