Tagged: accordion slider, text
Hi guys,
I’m trying to rotate the current angle of the text so it runs at 180 degrees. How can I do this?
Also, is there a way to make the overlay slightly more transparent.
Thanks in advance,
Hey bebellacosmetics,
I’m not sure I understand your intentions, you want the text to display reversed or up side down? If not then please try to explain a bit further or post a screenshots highlighting what you would like to achieve.
Best regards,
Rikard
Sorry for the confusion. I would like to rotate the text to look like this:
Hi,
Add this to quick css:
h3.aviaccordion-title{
transform: rotate(-90deg)!important;
}
Best regards,
Jordan Shannon