• When I changed the Global Typography of the site to green, the header not fully changed when in mobile or tablet responsive. Some blue color still show at background. Also the search icons and nav-bar still show yellow.
    Kindly assist

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello, @megatrendng

    Add the below CSS code in the additional CSS and change the color code instead of red.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS >> Publish it.

    @media screen and (max-width: 1000px){
    .toggle-nav i,
    .search-box i{
    color: red;
    }
    }
    

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Header Color Not fully in Green in Responsive Mode’ is closed to new replies.