Okay
  Public Ticket #1118035
Override Animated Title colour
Closed

Comments

  •  2
    jaroljmek started the conversation

    Hello!

    Please can you give me the CSS to override the Animated Title colour?  I want to use a non-accent colour.

    Please can you also give me the ID + CSS to change this Animated Title colour on a specific row?  I want to use multiple Animated Titles on a page and colour them differently in each full screen row

    Thank you very much!

  •  8,394
    Tahir replied

    Hey Again,

    Sorry for the Delay caused due to the Ticksy Support System Database Updates .

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   jaroljmek replied privately
  •  8,394
    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) :

    .wpb_row[data-anchor="heathrow"] .nectar-animated-title .nectar-animated-title-inner:after{
        background-color:#fdad31 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    jaroljmek replied

    Hi.  Thanks for that.  Terrific!

    CJ

  •  2
    jaroljmek replied

    Hi again,

    Sorry one really small CSS thing.

    How can I add a top margin/padding to a footer column when using an image in a text widget?

    Thanks

  •  8,394
    Tahir replied

    Add it like this :

    <img class="alignnone size-full wp-image-267" src="http://ajartechnology.com/wp-content/uploads/2017/03/Ajar-Mark-75.png" alt="" width="75" margin="20px" height="75" style="
        margin-top: 70px;
    ">

    Be.st 


    ThemeNectar Support Team