Support » Fixing WordPress » Change color of thumbnail (Pictorico theme)

  • Resolved lennythenanny

    (@lennythenanny)


    All,
    When you visit my site you see a “test” post without a picture, and the tile is blue. I cannot seem to change the color to red (or dd3333 to be specific). I’ve been looking for hours and hours but cannot find a CSS change that works for me. Can anybody help me?
    Much appreciated.

    • This topic was modified 2 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter lennythenanny

    (@lennythenanny)

    Fixed it by adding the following CSS code:

    
    .blog .site-content .hentry:nth-of-type(4n) .entry-thumbnail, .archive .site-content .hentry:nth-of-type(4n) .entry-thumbnail, .search .site-content .hentry:nth-of-type(4n) .entry-thumbnail {
        background: #dd3333;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change color of thumbnail (Pictorico theme)’ is closed to new replies.