• Resolved rathanacio

    (@rathanacio)


    I’m almost there but when I click on a post link, there is a blue background color behind the images as the screen redraws and I can’t find it anywhere in the theme style sheet. I would like to replace that background blue with either white or #9d4c1a.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello rathanacio.

    Glad that you’re making good progress. ??

    This should get you one step closer:

    .entry-thumb {
    	background-color: #9d4c1a;
    }

    Or

    .entry-thumb {
    	background-color: white;
    }

    Please let me know if it works.

    Kind regards.

    Thread Starter rathanacio

    (@rathanacio)

    Worked great! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color behind images’ is closed to new replies.