Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • brianv1 Friend
    #693687

    Where do I change the red colour on the Little Square responsive menu ?

    TomC Moderator
    #693740

    Which menu are you referring to on your site?

    TomC Moderator
    #750094

    Which menu are you referring to on your site?

    Saguaros Moderator
    #693762

    You can try with this tweak:

    – Open the css file: root/templates/ja_events_ii (your default template)/css/custom.css (create this file if it doesn’t exist)

    – Add this css rule:


    .navbar-default .navbar-toggle {
    background: #000000;
    border-color: #ffffff;
    }

    then change to your desired color.

    Saguaros Moderator
    #750116

    You can try with this tweak:

    – Open the css file: root/templates/ja_events_ii (your default template)/css/custom.css (create this file if it doesn’t exist)

    – Add this css rule:


    .navbar-default .navbar-toggle {
    background: #000000;
    border-color: #ffffff;
    }

    then change to your desired color.

    brianv1 Friend
    #693780

    Hi Tom

    Thanks a lot
    That worked excatly as I wanted .

    Just one problem more.
    The hover colour, when I bring the mose over the menu, It is still red. How do I chance the hover colour ?

    brianv1 Friend
    #750134

    Hi Tom

    Thanks a lot
    That worked excatly as I wanted .

    Just one problem more.
    The hover colour, when I bring the mose over the menu, It is still red. How do I chance the hover colour ?

    Saguaros Moderator
    #694105

    You can add additional css rule:


    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000000 <<< change to your desired color
    }

    Saguaros Moderator
    #750276

    You can add additional css rule:


    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000000 <<< change to your desired color
    }

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  Saguaros 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum