-
AuthorPosts
-
February 11, 2014 at 4:04 am #222024
Great theme! I am trying to change the text color of my two headers. I’m using the “Header with social icons and bottom navigation”.
I want to make the background colors medium gray and the text white.
February 11, 2014 at 1:30 pm #222219Hi galland1928!
You can add this on Quick CSS to make the menu color white:
.header_color .main_menu ul:first-child > li > a { color: white; } .header_color .header_bg { background: gray; background-color: gray; }
Best regards,
IsmaelFebruary 12, 2014 at 7:34 am #222581Thanks, Now I need to change the top menu text color. It’s not part of the sub-menu, but is the phone number section. here is a link
February 12, 2014 at 2:20 pm #222789Hi!
You can add following code to Quick CSS as well to change the color of secondary menu
.header_color .sub_menu ul:first-child > li > a { color: red; }
I also noticed that you are using <font color> HTML tag, which is deprecated http://i.imgur.com/ULDJ7d0.jpg Please remove it and change its color using following code
.header_color .phone-info { color: green; }
Cheers!
YigitFebruary 13, 2014 at 5:01 am #223182Hopefully one last question.
How do I change the color of the menu bar color at the very top of the page? I want to just change that so I can adjust the colors on the other parts of the page.
February 13, 2014 at 5:15 am #223194Hey!
Try this:
#header_meta { background: red; }
Regards,
JosueFebruary 16, 2014 at 2:25 am #224444This reply has been marked as private.February 16, 2014 at 2:51 am #224448February 17, 2014 at 8:37 pm #225066This reply has been marked as private.February 17, 2014 at 8:45 pm #225075Hi!
Please add following code to Quick CSS as well
#top .header_color .sub_menu ul li a:hover { color: #08c5ff; }
Cheers!
YigitFebruary 17, 2014 at 9:16 pm #225091This reply has been marked as private.February 18, 2014 at 12:06 am #225201Hey!
1- Not all hover states are defined in theme options. You can always post your questions to us
2-Please add following code to Quick CSS as well.main_menu ul:first-child > li > a { font-size: 18px; }
Best regards,
YigitFebruary 18, 2014 at 1:10 am #225249This reply has been marked as private.February 18, 2014 at 2:17 am #225283Hey!
He means that not all elements can be changed using the Theme Options, that’s what we need you to specify what elements you want to change and to which color so we can provide you the proper code.
Best regards,
JosueFebruary 18, 2014 at 2:55 am #225296This reply has been marked as private.February 18, 2014 at 4:03 am #225307Hey!
1-3:
.current_page_item a { color: #0dc6ff !important; }
2:
#avia-menu a:hover { color: #0dc6ff; }
4: You can try this plugin (refer to this article for conditional tags):
http://wordpress.org/plugins/menu-items-visibility-control/Cheers!
JosueFebruary 18, 2014 at 4:52 am #225318This reply has been marked as private.February 18, 2014 at 5:01 am #225321Hi,
I didn’t understand you very well, can you create an administrator account and post it here as a private reply?
Regards,
JosueFebruary 18, 2014 at 5:04 am #225322This reply has been marked as private.February 18, 2014 at 5:17 am #225326Hey!
I got it, but that’s expected, if you select a Page there it will replace it with the Blog style defined in General Settings, therefore losing all pre-made customization, but if not necessary to set a Page there (this is for users who don’t have set up a custom blog/page so the theme does it for them), you can still use and link that page if it were your Blog.
Cheers!
JosueFebruary 18, 2014 at 7:21 pm #225671This reply has been marked as private. -
AuthorPosts
- The topic ‘Change Header Text Color’ is closed to new replies.