Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1208183

    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,

    #1208722

    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

    #1208776

    Sorry for the confusion. I would like to rotate the text to look like this:

    https://i.stack.imgur.com/kUY3Y.png

    #1208939

    Hi,

    Add this to quick css:

    h3.aviaccordion-title{
     transform: rotate(-90deg)!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.