Color Main Banner – BackGround
-
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,
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
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,
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!!
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
- You must be logged in to reply to this topic.