Home Forums Pro Themes Flat Commerce Pro change .mean-bar color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22382
    mariki
    Participant

    how can i change the red bar in the mobile version of the theme. there are two background colors given in the main css (red). if i change them only the square around the button is changing. and not the rest of the header-bar. where can i find the missing option to change that.

    Thanks in advance

    mariki

    #22416
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS to
    Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSS

    @media only screen and (max-width: 768px){
    .mean-container .mean-bar {
        background-color: #68c9e8;
    }
    }

    You can change the color value accordingly.

    Regards.

    #22513
    mariki
    Participant

    Hello

    Thank you for the additional line. It took a certain time for the iPhone version to be functional, but everYthing works fine now.

    best regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.