eos1922
Member
Posted 9 months ago #
Hello
I have searched the forum and cannot find the answer to my problem. I am trying to get rid of the grey aera in the slider. Other posts stated to changes the css in the style section of the editor. Since there are multiple style opsions in the css editor i am unsure as to how to go about fixing the issue.
http://www.eos1922.org is my site.
http://wordpress.org/extend/plugins/promotion-slider/
This worked for me:
div.promo_slider div.panel.panel-1 {
background-image: none;
}
carolemagouirk
Member
Posted 7 months ago #
div.promo_slider div.panel {background-image:none}
.panel-1 will only affect the FIRST panel. The above code will apply to each panel.
acrobate67
Member
Posted 7 months ago #
If you have Firefox there is a great plugin named Firebug which allows you to easily find what css is associated to any element of your page. Just right click on the element and select «Inspect with Firebug». Once you have found which css to modify, it becomes very easy.
TheSupercargo
Member
Posted 6 months ago #
Thanks carolemagouirk.
That works beautifully.
ultraracenews
Member
Posted 6 months ago #
Where exactly does this code get inserted? div.promo_slider div.panel {background-image:none}
ultraracenews
Member
Posted 6 months ago #
Hanno1973
Member
Posted 6 months ago #
You got it ultraracenews... I don't
Where do I have to insert the code?
Thanks!
ultraracenews
Member
Posted 6 months ago #
Hanno, Paste in the bottom of your Stylesheet (style.css) located in your themes editor.