Home › Forums › SKT Black/White Theme Support › Slider Title Background
- This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
April 6, 2015 at 10:24 am #5422
Hi there…! I tested the free version of SKT Black and then got the Pro version. Lot more options – nice work. First question though: I’d like to get rid of the title background bar covering the slider pictures. I didn’t have it at all in the free version, which was fine for me. I tried several settings but couldn’t get rid of it in the pro version.
Thx!
Clifford
April 6, 2015 at 12:22 pm #5427Hi Clifford,
Can you show us screenshot of where you are seeing background in the title of the slider?
Do you mean the text shadow that appears on each of the title? Is that what you mean?
Appearance>Editor>Style.css line number 57 ( this is the class #slider .top-bar h1)
text-shadow: 2px 2px 5px #a0a0a0; (you have to remove this from the above class).
Still in doubt of doing this. Another easy way Go to Appearance>Theme Options>Custom CSS:paste this there
#slider .top-bar h1{text-shadow:none !important;}
Regards,
ShriApril 6, 2015 at 1:26 pm #5432Sure… I dropped a screenshot at www.cliff.de/files/2015-04-06.png
I also checked the nivo-slider.css but couldn’t find any background there.
Thanks,
Clifford
April 6, 2015 at 1:35 pm #5433PS: Solved it. There are two nivo-slider.css files. I looked into the one in the template folder. But there was another one in /wp-content/plugins/m-vslider/nivo-slider.css – this had a background color setting that I disabled.
April 6, 2015 at 1:37 pm #5434Ahh i see. So it wasn’t a theme issue then.
Great you figured it out.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.