Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867833

    Graeme C
    Participant

    I’ve a bit of code taken from the sample data that I’m looking to chnage the colour of

    I’m able to insert another icon line ok tha Ive found on the forum but I’d like to know how to change the colour of the icon as used in the sample data?

    The code in the attachment is

    [feature_headline level=”h2″ looks_like=”h5″ icon=”building-o”]EDINBURGH[/feature_headline]
    [icon type=”building-o” style=”color:#e64010; font-size:30px”]

    I’d like the black, round building icon to be another colour?

    #868687

    Rupok
    Member

    Hi there,

    Thanks for writing in!
    You can add this under Custom > CSS in the Customizer.

    .h-feature-headline span i {
      background-color: #f54;
      color: #fff;
    }

    Hope this helps.

    Cheers!