• Resolved isaakbrown

    (@isaakbrown)


    Hi there,

    Thanks for an excellent theme. I really like it and I’m looking forward to updating my website with it.

    I’d like to change the icon background colors from red to another color of my choosing. How would I go about doing this?

    Thanks!

    Isaak

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Brian Harris

    (@zgani)

    Hello Isaak,

    You can use a custom css plugin and add the follwing code to change both the background and the border if you so wish. Omit the border color if you wish to keep the current color.

    .box > .icon > .image {
        border-color: #F33F3F;
        background-color: #3C444C;
    }

    Regards,
    Zulf

    Elizabeth

    (@outasight1gmailcom)

    Hi Zulf,

    Your theme is amazing and easy to work with. Thanks for sharing the talent. I can tell the above is the answer to the question I have however, it’s not as step by step as I require to complete the task. Can you instruct how to add a custom css plugin? I know how to add the code once I’m sure I know where to put it.

    Thanks!

    Beth

    You should create a child theme for Unconditional – https://codex.www.ads-software.com/Child_Themes

    Then add that code to your child theme’s style.css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change icon colors’ is closed to new replies.