Page header option

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19168
    suomi
    Participant

    Hi,

    I created a page (template Full width) with a featured image. I would like to use this featured image as background of this page title.

    Of course I can do this using the Header options and specify a background image instead using featured image. But I need to hide featured image. How can I do this.

    Thanks

    #19180
    Veena
    Moderator

    Can you pls share a link to specific page?

    #19192
    suomi
    Participant
    This reply has been marked as private.
    #19225
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .page.type-page.category-project img.featured.thumbnail {
        display: none;
    }
    
    #19254
    suomi
    Participant

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Page header option’ is closed to new replies.