Support » Theme: Spun » How to change circles – every circle his own color

  • Hello, I am completely new to WP as well like CSS Style Sheets πŸ™‚
    I would like to have for each circle of my posts one special color ( no image), how can I manage that? And is it necessary to create an child theme for that need?
    Thank you for your answers!

Viewing 1 replies (of 1 total)
  • in your styles.css look for

    .hentry.no-thumbnail:hover,

    and change to the following….this will make them green, just put hex for whatever color you want.

    .hentry.no-thumbnail:hover {
    background: #993333; }

    if you need help shoot me an email [Moderator note: This forum does not provide email support]

Viewing 1 replies (of 1 total)
  • The topic ‘How to change circles – every circle his own color’ is closed to new replies.