• Resolved smckenna71

    (@smckenna71)


    Wondering how to remove a logo from a listing on a detail page but leave the logo on the page where I have all the listings shown.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    The BIG image must be a featured image added by your theme. So, find the class name your theme gives for the featured images. Let me assume it is “entry-thumbnail”. Then, you will need to add the following CSS code in your theme’s style.css to remove the duplicate image.

    .single-acadp_listings .entry-thumbnail { display: none !important; }

    Kindly remember to clear your site cache after making changes in the CSS file.

    Thanks

    Thread Starter smckenna71

    (@smckenna71)

    Thanks for the quick response. (.entry-thumb is what I found in the style sheet – but I did try both – also cleared cache) but this did not resolve the issue.

    Other than this – great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘logo appearing twice on listing detailed page’ is closed to new replies.