Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #307695

    The topic is my question. Would be nice if this is possible? Thanks!

    #307710

    Hi!

    Try prefixing the #footer ID to the CSS selector:

    #footer .iconlist_icon {
        background-color: red !important;
    }

    Cheers!
    Josue

    #307732

    Please read my questions! There are no duplicates! I asked for color of headlines in one question and in the other one only the colors of the icons! ;)

    #307735

    Hi!

    Sorry, try this one for the headlines:

    #footer .widgettitle{
    color: red !important;
    }

    Cheers!
    Josue

    #307743

    Thanks, but it didn’t work! :(

    #307810

    Hey!

    Please use following code

    #footer .iconlist_icon {
    color: orange !important;
    }

    Best regards,
    Yigit

    #307825

    Thanks! That affected the icon in the middle, would it also be possible to change the color of the background? :)

    #308699

    Hi!

    Yes – use this code and change the color value:

    
    #top #wrap_all #footer .iconlist_icon {
    background-color: #333 !important;
    }
    

    Best regards,
    Peter

    #308762

    Perfect! Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Only change color of icons in icon list that are in footer?’ is closed to new replies.