Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • lancia Friend
    #207763

    How do i change the colours of the sidemenu icon (says quick links) on our webpage..

    I want to change the hover over colour and the normal colour and the font colours.

    Thanks.

    jooservices Friend
    #575230

    Hi there
    Please provide screenshot which elements you want to change.

    Thank you,
    Viet Vu

    TomC Moderator
    #575399

    Try This . . .

    Add the following CSS rule to your custom.css file:


    .btn-primary {
    background-color: #d42b1e;
    border-color: #be261b;
    color: #ffffff;
    }

    Modify the “background-color” property to whatever color you want for the button.

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps.

    lancia Friend
    #575503

    Hi that seems to work, however we want to change the hover over colour, and looking at the code the border colour is there but does nothing, do we need to specify a border width? and if so how?

    lancia Friend
    #641833

    Hi that seems to work, however we want to change the hover over colour, and looking at the code the border colour is there but does nothing, do we need to specify a border width? and if so how?

    lancia Friend
    #740495

    Hi that seems to work, however we want to change the hover over colour, and looking at the code the border colour is there but does nothing, do we need to specify a border width? and if so how?

    TomC Moderator
    #575525

    Try adding the following to your custom.css file:


    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #a72218;
    }

    Modify the “background-color” property to whatever color you want for the button.

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps.

    TomC Moderator
    #641855

    Try adding the following to your custom.css file:


    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #a72218;
    }

    Modify the “background-color” property to whatever color you want for the button.

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps.

    TomC Moderator
    #740517

    Try adding the following to your custom.css file:


    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #a72218;
    }

    Modify the “background-color” property to whatever color you want for the button.

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps.

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

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

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