Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11881
    Hawaii
    Member

    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.

    #11907
    Sakin
    Keymaster

    @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; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header, menu and search box questions’ is closed to new replies.