Orange background only showing on Homepage

Latest Reply from Betteridge at 2015-09-22 07:36:08 Solution
The orange bar on the background (behind slider images), is only displayed on my Homepage. How do I get it to show on all other pages again?
Hi!
Could you give us the URL of your website, please.
www.wpsapd.co.za
Hi!
This background is set for slider. If there is no slider this background is not displayed. If you want to display it just delete the code:
.no-slider {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

from the style.css of the theme. It is located inside the wp-content/themes/OlympicPress/ folder. Besides, you may edit this file on page Appearance --> Editor --> Style.css in the dashboard of your website.
Hi Dave, Thanks for the reply. I tried your suggestion and it did not work at first, but then I changed the .no-slider code to the following and it is working 100% now.

.no-slider {
background:url(images/top.png) left 193px repeat-x;
}


Thanks for steering me in the right direction

Leave a reply

Add codeAdd image