Home › Forums › Gravida Support › Slider Text Questions
- This topic has 5 replies, 2 voices, and was last updated 8 years, 3 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
August 30, 2015 at 5:52 pm #10760
I have several questions all related to the title and description of the slider boxes.
#1 – Is there a way to make the boxes transparent? I either want no color, or a lighter color where I can see through to the picture behind it.
#2 – Can I put any kind of line breaks in the description so that I have 2 paragraphs?
#3 – Is there a way to move the description over to the right slightly, say 100px?
Thank you!
August 31, 2015 at 6:36 am #10775Hi,
1. Yes show us the website will surely guide you.
2. Hmm. Unfortunately html isn’t allowed but will try into our theme and check if it can be done. Try using html character like
and let us know if that works.
3. Kindly show us which description and where (site url) and we can relate and let you know how.Regards,
ShriAugust 31, 2015 at 1:47 pm #10798http://shelbyparkterrace.com/
I would like both the red and gray boxes to be transparent, and then the gray box moved over to the right slightly. And I did try putting html in the description and it didn’t work.
August 31, 2015 at 1:54 pm #10799Add this in Appearance>Customize>Custom CSS box at the bottom:
.nivo-caption{opacity:0.7;}
Regards,
Shri
August 31, 2015 at 2:19 pm #10800Thanks, but that actually makes the words transparent as well, which makes it almost impossible to read. Is there a way to make the boxes transparent but not the words?
September 1, 2015 at 10:55 am #10827Hi,
Kindly use this instead: .nivo-caption h1 a, .nivo-caption p { background-color:rgba(76, 76, 76, 0.5);}
Should be good.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.