Okay
  Public Ticket #3790566
rotating words element
Closed

Comments

  • ikbentijs97 started the conversation

    Hello,

    I have a element at my homescreen with rotating words. Only i have a question if it is possible to change the style of the rotating words. I would like to change it to a italic style. and maybe change the colour of only the rotating words. But i could not find a option for this. Could someone help me?

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-rotating-words-title .dynamic-words {
        font-style: italic;
        color: #ff6716 !important;
    }
    

    Thanks


    ThemeNectar Support Team