• Resolved jessicamck

    (@jessicamck)


    I am trying to hide the featured image on my “Services” and “About Us” pages but keeping it in the slider on the home page. I noticed that there is no reliable descriptor on the source code in order to hide it using CSS. Is there another way to go about doing it?

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

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @jessicamck,

    Add the below CSS code in the additional css, it will remove the image about and service pages.

    Go to Dashboard >> Appearance >> Customize >> Additional css >> Paste here >> Publish it.

    .page-id-27 img,
    .page-id-31 img {
    display: none;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image Removal’ is closed to new replies.