Home › Forums › VW Theme › VW MOBILE APP PRO THEME › Color Main Banner – BackGround
Tagged: Colo Background
- This topic has 4 replies, 2 voices, and was last updated 1 year, 3 months ago by
developer vwtheme.
-
AuthorPosts
-
November 22, 2021 at 1:24 pm #71285
Miguel Nino
ParticipantHello,
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,
November 23, 2021 at 12:06 pm #71393developer vwtheme
ParticipantHi,
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
November 23, 2021 at 2:11 pm #71427Miguel Nino
ParticipantThanks, 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,
November 23, 2021 at 4:42 pm #71430Miguel Nino
ParticipantSecondly, 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!!
November 24, 2021 at 10:12 am #71529developer vwtheme
ParticipantHello,
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
-
AuthorPosts
- You must be logged in to reply to this topic.