I want to move my slider caption up a bit and make the background more opaque so that the text is more legible. I have the pro version installed now at gallaghertraining.com
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .caption { bottom: 90px; background: rgba(255, 255, 255, 0.2); }
I did that and changed .2 to 1 for 100% successfully. But... Nothing I enter for bottom moves the caption up. How do I move the caption up some pixels so it doesn't cover the faces in my image?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .caption { bottom: 140px!important; } This will solve your issue.