• Resolved Pidor

    (@pidor)


    https://www.mabiblio.be

    Hi there,

    I would like to take off the double white border around the pictures in latest news. I tried :

    .entry-thumb img {
        border: none;
    }

    but it’s not working…

    Do you know what I am doing wrong?

    Thanks a lot in advance ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi again, that should work, try also:

    .entry-thumb img {
      border: 0 double #ebebeb;
    }

    or

    img.attachment-moesia-thumb.wp-post-image {
      border: none;
    }

    @pidor: Your code should work, though it doesn’t seem that it’s applied. Check your custom CSS for errors.

    Thread Starter Pidor

    (@pidor)

    @vladff thanks a lot for your answer. Yes, it’s a bit odd… What do you mean “check your custom CSS”? I don’t have any custom CSS plugin anymore. thanks a lot in advance for your answer ??

    In your child theme then. See right above the border code, you have a missing closing } for that last media query. That stops the border code from running.

    Thread Starter Pidor

    (@pidor)

    Indeed. Thank you for your help and sorry for this beginner’s mistake ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Border pictures latest news’ is closed to new replies.