Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1063425

    Hi
    Use this code in the custom.css file and change the colour code as per needs.

    .t3-header.style-dark {
        background: #000000!important;
    }

    Regards

    danielcruzsj Friend
    #1063544

    You give me before this one:

    .t3-header.ja-affix-top.style-dark, .off-canvas-right.off-canvas-open .t3-header.style-dark {
            background: #cccccc;
    }

    I replace this for the last one that you sent me?

    Pankaj Sharma Moderator
    #1063735

    Hi
    No add this code too for the small screen size devices.
    Use both the codes.

    Regards

    danielcruzsj Friend
    #1063962

    Hi,

    I tried to put both, but after add the last one one you told me, we have another problem.

    That last one put colour not only on the mobile phones, but also in the home page on the computers.

    Picture in attachment.


    1. 03
    Pankaj Sharma Moderator
    #1064050

    Hi
    replace this code

    .t3-header.style-dark {
        background: #000000!important;
    }
    

    with this code to apply it only for mobile

    @media(max-width:768px){
    .t3-header.style-dark {
        background: #000000!important;
    }}
    

    Regards

    danielcruzsj Friend
    #1064133

    Hi,

    Is really that. Thank you very much.

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

This topic contains 6 replies, has 2 voices, and was last updated by  danielcruzsj 6 years, 7 months ago.

The topic ‘Menu – Background colour 2’ is closed to new replies.