• I need to remove the title images on each portfolio page. As a default, the featured image is shown in the title. I was able to remove it by setting the opacity to 0, but this also removes the text title. Any way of doing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @lastsong14,

    Yes, this is possible by adding this code in Appearance > Customize > Additional CSS:

    #pagetitle {
    	background-image: none !important;
    }

    Save and that’s it.

    All the best,
    Mihaela

    johannakoo

    (@johannakoo)

    Can I apply this only for the one page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove title image from portfolio pages’ is closed to new replies.