is possibile to change the colour of the bar under the header
-
Hello,
first of all I would like to thank you for your great theme; one question, I would like to change the colour of the bar below the header.
To be clear in option display, the first option give me only to possibility: white and black: is it possible to use one custom color?
Thanks
Marco
Did you mean the header menu colour? If so, you need to add this to your child theme’s stylesheet or Custom CSS,
#header-menu, #header-menu-wrap {
background: #123456 !important; // HEX color code or image URL --> url("img URL");
}Okay, the bar which contains fb and twitter icons is called the top bar which holds this property –
#top-barand the home, blog, wordpress etc is the#header-menuSo you need to add this to your custom CSS,
#top-bar, #header-menu, #header-menu-wrap {
background: #123456 !important; // HEX color code or image URL --> url("img URL");
}For reference, you can see my child theme style sheet here –> http://www.prasannasp.net/wordpressblog/wp-content/themes/graphene-child/style.css
You are welcome!
You need to write about 20-30 lines of code for each tab to change its colours on current state, normal hover and current state hover effect! (it may vary if you use CSS3 gradients)
Just for the example, I’ve wrote this code to change the colour of Blog tab –> http://pastebin.com/izheq1RN
For the whole header menu items, –> http://pastebin.com/XZrMvam9
….as my first day in wordpress..
Welcome aboard!!
could you please suggest me some documentation to read about code modification and so on?
Graphene Theme Documentation Wiki –> http://wiki.khairul-syahir.com/graphene-theme/
Graphene articles/tutorials in my site –> http://www.prasannasp.net/graphene/
Graphene articles/tutorials in Josh’s site –> http://www.joshlobe.com/category/graphene/
Graphene articles/tutorials in Ken’s blog –> http://blog.kjodle.net/computer-tutorials/graphene-tutorials/
And a brief search around this forum will help you so much!
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
- You must be logged in to reply to this topic.
