Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Top bar color not changed on smartphone view

Home Forums VW Theme GENERAL QUERIES Top bar color not changed on smartphone view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8478
    coupindus
    Participant

    Hello,
    I bought Parallax Pro theme, and changed the main color (orange) to blue.
    It works perfectly, but when I resize my window, or if I navigate on my website with a smartphone, the top bar color comes back to inital color (yellow).
    Please look at the rendering on http://www.coup-indus.com.
    Thanks for fixing it.

    #8491
    developer vwtheme
    Participant

    Hi,

    As per your query, we are giving you some easy steps and CSS to remove yellow color from mobile view.

    Go to Dashboard >> Apperance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 576px){
    #site_top {
    background: #1974ea !important;
    }
    }

    If you need any other help please let us know.

    Thanks

    #8501
    coupindus
    Participant

    Hello,
    It works well. I just updated the “576px” to “1000px”, otherwise I still have orange color on Ipad view for example, which has an intermediate screen between smartphone and PC.
    Can this be fixed in the theme by itself? So that it affects all users?
    Because it looks like a bug for me.
    Have a nice day.
    Bye.

    #8520
    developer vwtheme
    Participant

    Hi,

    As per your query, we have seen your site in iPad and on iPhone color is showing blue.

    Please see the site without login in the incognito tab.

    If you need any other help please let us know.

    Thanks

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