• Resolved oliver2311

    (@oliver2311)


    Hi i want to change the colors on the buttons and the banner to purple on all of the sites, and i did look through the support topics to find the solution but didnt find any, can you help me pls?

    Website: icables.dk

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Oliver

    Thanks for using our theme

    To change your menu color on the hover and selected.

    Here are given some css code

    Add in the theme option -> general tab -> custom css box.

    For cursor hover :
    .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover
    { background-color : #6A0888; }

    For selected menu :
    .navbar-inverse .nav li.current_page_item { background-color : #6A0888; }

    For Call us on to create light purple color spa-tag.png image and replace in theme directory -> images folder

    It will fixed your header issues.

    Thanks

    Thread Starter oliver2311

    (@oliver2311)

    Thank you for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner and buttons’ is closed to new replies.