Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Revolution Slider
add big quotation marks to slider
valentin0
November 2019
in
Revolution Slider
Hi,
how can I add big, fancy quotation marks that are slightly transparent - just as they are used for testimonials (only to the left, not to the right of the phrase)?
http://humanisticevolution.com/
Thanks!
Comments
anden14
November 2019
Hi, Using these tags you get the quotes
[blockquote]
your text here
[/ blockquote]
valentin0
November 2019
thanks, but that doesn't help - I now added to the css of the text:
{
opacity: 0.5;
filter: alpha(opacity=50);
}
The quotation marks are transparent now in the add-on but not on the web page.
Pablo
November 2019
Hello,
Do you ask about the "Revolution Slider" ?
You have to provide it inside the text, or add it as an image.
Thanks
valentin0
November 2019
Yes, indeed, Revolution Slider. How would I provide it inside the text?
❝
+
{
opacity: 0.5;
filter: alpha(opacity=50);
}
= ???
Thanks so much for helping me out
Pablo
November 2019
First of all, you have to provide an ID of element:
https://prnt.sc/pxapy4
And then apply the code of it in "Custom CSS" field
https://prnt.sc/pxaxe6
Thanks
Sign In
or
Register
to comment.
Comments
opacity: 0.5;
filter: alpha(opacity=50);
}
opacity: 0.5;
filter: alpha(opacity=50);
}