I am having bootstrap theme installed. ON thhe home page ( for visitors ) there is a background image visible which should be either white or any other colour.
Kindly check my site at https://www.brokersadda.com.
Any soution ?
I am having bootstrap theme installed. ON thhe home page ( for visitors ) there is a background image visible which should be either white or any other colour.
Kindly check my site at https://www.brokersadda.com.
Any soution ?
Since the image is an element you could cheat instead of messing with the element by just coping over the image with any color you want. Not the professional way but it works. Put this at the bottom of your CSS editor file for white.
body#page_core_index-visitor .landing-background::after {
background: white;
}
Yes you are right. I am trying to install a purchased theme and failing. Next time it will be better :).
Nice website :thumbsup: