Viewing 5 replies - 1 through 5 (of 5 total)
  • remove the border by adding this to style.css of the child theme:

    article.post img, article.page img { border: none; }

    and also repair the existing broken styles by adding a closing bracket } after:

    #footer {
    min-height: 50px;

    and use proper commenting on the last line:
    /*CHECK FIRST BEFORE UPDATING, PETE*/

    don’t forget to clear the browser cache to get to see the changes immediately.

    if the problem persists, please post in your theme’s forum at https://wordpress.org/support/theme/vantage/

    Thread Starter Drachsi

    (@drachsi)

    Brilliant, many thanks that solve the problem. Really appreciate your fast responce

    Regards

    Thread Starter Drachsi

    (@drachsi)

    I notice now that it is also on normal pages, would you have the code for this also? Many thanks in advance.

    Regards

    try:
    .page article.page img { border: none; }

    generally, please try working with a browser inspection tool to adjust those formatting issues.

    as you seem to be working with a commercial theme (not the free theme I linked earlier in the topic) you might need to contact the theme’s developer for suport with your questions; http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    Thread Starter Drachsi

    (@drachsi)

    Hi That worked fine, many thanks. Sorry, it seems there are 2 Themes called Vantage and I thought this was the support are. I will take your advice. Appreciate your time and support.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images now have a border’ is closed to new replies.