- This topic has 1 reply, 2 voices, and was last updated 11 years, 4 months ago by Sakin.
-
AuthorPosts
-
July 16, 2013 at 3:48 am #11881HawaiiMember
Hi there,
Would you please show me how to:1) Add a line between each item in the menu. I would like division in the menu bar like this website (I found on your forum): http://timewisefoundation.org.uk/
2) Change color of header text’s shadow. The default color is white (I think).
3) Change color of the text in search box. The default color is gray.
My website: truchawaii.com/viet
Many thanks.
July 16, 2013 at 8:04 pm #11907SakinKeymaster@Hawaii: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
1) Add a line between each item in the menu. I would like division in the menu bar like this website (I found on your forum): http://timewisefoundation.org.uk/
— Add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { border-right: 1px solid #b18da5; }
2) Change color of header text’s shadow. The default color is white (I think).
— Change the color code as per your need and add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-title { text-shadow: 2px 2px #e6e6e6; }
3) Change color of the text in search box. The default color is gray.
— Add the following css in “Appearance => Theme Options => Custom CSS” box.
input#s { color: #c56161; }
-
AuthorPosts
- The topic ‘Header, menu and search box questions’ is closed to new replies.