Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #57613

    Hi!

    First of all I want to say that it is a great theme to work with! 🙂

    Please let me know what code I should add to my custom CSS in order to change the background color of menu under.

    It is the background color of the secondary menu I want to change.

    It is this site:
    http://www.isaynodrugs.org/

    Thanks in advance!
    // Peter 🙂

    #57696
    Sakin
    Keymaster

    Hello Peter,

    You haven’t added in Secondary menu, so I am bit confused. Can you add secondary menu and let me know in which color you code you want to change to.

    Regards,
    Sakin

    #57970

    Hi Sakin! 🙂

    Ok, I have now added the secondary menu.

    Can you give a code that I can add to my Custom CSS? This is a code so that I can change the colour of the background in the secondary menu.

    Thanks!

    // Peter 🙂

    #57979
    Sakin
    Keymaster

    Hello Peter,

    You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .nav-secondary { background-color: #111; }

    Regards,
    Sakin

    #57987

    Hi! 🙂

    Thanks a lot for this!

    It is working perfect!

    // Peter 🙂

    #58039

    Dear Sakin!

    Please help me also to change the color of the text in the secondary menu.

    What code do I put in Custom CSS to change the color of this text?

    // Peter 🙂

    #58041
    Sakin
    Keymaster

    Hello Peter,

    You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Secondary Menu Text color */
    .nav-secondary .catchbase-nav-menu a { color: #000; }
    /* Secondary Menu Text Hover color */
    .nav-secondary .catchbase-nav-menu li a:hover { color: #000; }
    /* Secondary Menu Text Active color */
    .nav-secondary .catchbase-nav-menu .current-menu-item > a, 
    .nav-secondary .catchbase-nav-menu .current-menu-ancestor > a, 
    .nav-secondary .catchbase-nav-menu .current_page_item > a {
        color: #ec6307;
    }
    #58044

    Thanks a lot Sakin! 🙂 🙂 Peter

    #58049

    Hi again Sakin!

    I also need to handle the thickness of the menu and secondary menu.

    Can you help me with a code for this in the Customer CSS?

    Both menu and secondary menu width, thickness.

    // Peter 🙂

    #58104

    This matter has now been resolved, thanks! 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change background color of menu under’ is closed to new replies.