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.

Color Main Banner – BackGround

Home Forums VW Theme VW MOBILE APP PRO THEME Color Main Banner – BackGround

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #71285
    Miguel Nino
    Participant

    Hello,

    In Customizing ▸ Theme Settings ▸ Main Banner ▸ Slider Background Option & Slider Background Color two will change de color if viewed in a web browser, BUT NOT IF VIEWED IN A MOBILE DIVICE. PLEASE HELP.

    Secondly, how can I change the color that appears when loading the site (main page) original color of the template is displayed but can’t find were to change it.

    Thanks,

    #71393
    developer vwtheme
    Participant

    Hi,

    In Customizing ▸ Theme Settings ▸ Main Banner ▸ Slider Background Option & Slider Background Color two will change de color if viewed in a web browser, BUT NOT IF VIEWED IN A MOBILE DIVICE. PLEASE HELP.

    Reply: Could you please share your website URL

    Secondly, how can I change the color that appears when loading the site (main page) original color of the template is displayed but can’t find were to change it.

    Reply: Go to Dashboard >> Appearance >> Customize >> Theme Settings >> Typography Settings >> Global color

    Thank you

    #71427
    Miguel Nino
    Participant

    Thanks, website url is: https://www.smart-sun.net

    if you access it from a personal computer the color is change. But not if you open the page in a mobile.

    Thanks,

    #71430
    Miguel Nino
    Participant

    Secondly, how can I change the color that appears when loading the site (main page) original color of the template is displayed but can’t find were to change it.

    Reply: Go to Dashboard >> Appearance >> Customize >> Theme Settings >> Typography Settings >> Global color

    Reply: NO “Global color” is available. Only: Body color, H1 color….. H6 color, Para color, Highlight Fist Color, Highlight Second Color, Highlight Third Color. I have tried changing all off them, but no one changes the color of the loading page.

    Please Advice, Thanks!!

    #71529
    developer vwtheme
    Participant

    Hello,

    To change the mobile header color add the below CSS. To add CSS follow the steps below

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


    @media
    screen and (max-width: 768px){
    .home.page-template #masthead {
    background-color: #f4f4f4; //change color code according to your requirment
    }
    }

    To change spinner color follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Theme Settings >> General Settings >> Change spinner backdround color

    Thank you

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