Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #856985

    Hi!

    I´m using the color scheme to try to change the color of the icons in the icon list, but they won´t change.
    Can you take a look at it?

    I attach a picture of where I´m trying to change the color and a link/pic to the page I want it on.
    BUT I only want to change the color of the list on that particular page and not on all pages.

    Please help. =)

    Regards Johan

    #857046

    Hey Johan,

    Add the following to quick css and change the color to whatever you need.:

    .page-id-752 .iconlist-char{
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #857387

    Thanks, it worked like a charm!

    Do you have any idea why my wordpress doesn´t change the color directly in the area where I customize the icon list?

    Regards Johan

    #857412

    Hi Johan,

    The reason it’s not working is because it’s overriden by this css code in your child theme’s style.css:

    .iconlist-char {
        font-size: 15px;
        color: #a0a0a0;
    }

    If you remove the color there, it should work properly. :)

    Best regards,
    Nikko

    #857419

    I understand!

    I do not know why that is in the child theme, but I´ll remove it.

    Thank you!

    Regards Johan

    #857446

    Hi Johan,

    You’re welcome, just glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Can´t change color of Icons in the list’ is closed to new replies.