• Resolved sakinadipace

    (@sakinadipace)


    Hi again

    I do not have the theme pro version but I would like to change the theme colour to green. Could you help me with a CSS code please ?

    Many thanks again for your help

    Sakina

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sakinadipace

    (@sakinadipace)

    I particularly need the color of the menu to change from blue to green when we click on it.
    Many thanks!

    Hi, sakinadipace

    To do this, add the given below CSS code in your custom css box:

    .navbar-default .navbar-nav > .active > a{
        color: rgb( 170, 211, 129) !important;
    }

    I hope it will work for you!

    Thanks

    Thread Starter sakinadipace

    (@sakinadipace)

    Fantastic it works!
    Could you help me to change the color of the contact button at the bottom of the homepage please?
    Many thanks

    Thread Starter sakinadipace

    (@sakinadipace)

    Actually it worked only for the homepage. The other tab of my menu are still blue unfortunately. Is there a way to have all the tab of the menu in blue when we hoover them with the arrow please?
    Also the submenus boxes are in blue. Is there a way to change them to green as well please?
    Many many thanks

    Hi,

    Add the below custom CSS:

    .navbar .navbar-nav > li > a:hover{
        color: rgb( 170, 211, 129) !important;
    }
    .btn-wrap a {
        background-color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu {
        background-color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu > li > a:hover{
        background-color: rgb(156, 195, 116) !important;
    }
    .dropdown-menu > li > a:focus{
        background-color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu > li > a {
        border-bottom: 1px solid rgb( 170, 211, 129) !important;
    }
    .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: rgb( 170, 211, 129) !important;
    }
    .dropdown-menu > .active > a{
        background-color: rgb( 170, 211, 129) !important;
    }

    Thanks

    Thread Starter sakinadipace

    (@sakinadipace)

    Amazing! I wish I had your knowledge

    Hi,

    If you like our theme and support, rate us HERE.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme colour’ is closed to new replies.