• Resolved skullybob

    (@skullybob)


    Hi Alexander, first can I say thanks for the great theme you’ve developed!

    Anyway, is there a way to change the colour of the Categories, Archives, Comments etc icons? I’d like to do it for both the normal and rollover states if possible.

    Thanks again,

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, thank you.

    This will be the final customization-related question I’ll answer on this forum, as it can easily get out of hand with such.

    Is it for the widgets you mean? Try adding this in your custom css.

    .widget > ul li:before,
    .widget > ul li a:before,
    .widget > div > ul li a:before { color: red; }
    .widget > ul li a:hover:before { color: green; }

    That’s for all.

    For a specific one, you’d do for example:

    .widget.widget_archive > ul li:before,
    .widget.widget_archive > ul li a:before { color: red; }
    .widget.widget_archive > ul li:hover:before,
    .widget.widget_archive > ul li a:hover:before { color: green; }

    Whether to do a:hover:before or li:hover:before depends on if the icon is within a link or outside of it, in the specific widget. The code above adds for both. Not sure what the visual result is like.

    Thread Starter skullybob

    (@skullybob)

    Many thanks, Alexander.
    No more customisation questions – I promise!
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category, archive, comment icons’ is closed to new replies.