Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #308222

    Hi,

    How do I change the background colour of an icon box without affecting the rest of the site e.g. not changing the alternate background colour?

    Thanks

    #308649

    Hey Nick!

    Enable this, set a custom class (ex: red_iconbox) to the icon box and then add this to the Quick CSS:

    .red_iconbox .iconbox_icon {
        background: red !important;
    }

    Cheers!
    Josue

    #312313

    Hi Josue,

    Thanks for this but it coloured the icon above the box and not the text area background below. Any ideas?

    Kind regards, Nick

    #312397

    Hey Nick!

    In that case the code should be:

    .red_iconbox .iconbox_content{
        background: red !important;
    }

    Best regards,
    Josue

    #312454

    Thanks. That’s perfect.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Iconbox background colour’ is closed to new replies.