Okay
  Public Ticket #1541792
Animated Title Settings
Closed

Comments

  •  13
    thecreativeblock started the conversation

    I am trying to change the background color for an Animated Title Settings field on a specific page. The only options displayed are Accent Color and Extra Colors 1, 2, and 3. Can you tell me how to override the values of one of those colors in the page's Custom CSS?

    Thank you.


  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    For every value you change in the custom CSS you add the 'important' tag. For example,

    .bg { color:red!important; }

    Hope this helps,

    Regards