Okay
  Public Ticket #1363665
Animated titles with rounded corners?
Closed

Comments

  • Laurens started the conversation

    Dear Tahir and/or Andrew,

    Is it possible to make the Salient animated titles have slightly rounded corners?

    Best regards, Laurens

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Yes it is possible using CSS border-radius. Please send a link on a page you are using them so we can send you over some CSS.

    Looking forward to hearing from you,

    Regards

  • Laurens replied

    Hi Andrew,

    Thanks for your reply. On http://viafem.nl/ there are various animated titles which I would all like to have slightly rounded corners. 

    Best regards, Laurens

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after {
        border-radius: 5px !important;
    }

    Thanks


    ThemeNectar Support Team