Hide page title

This topic contains 5 replies, has 2 voices, and was last updated by  Kor 7 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #206737

    Ulick
    Expired Member
    Post count: 39

    Hi there,

    I hope this is the right area for this. I am trying hide the page title in the Supreme theme. I am using latest version of everything.

    Have tried this
    .home .main-page-title {
    display: none }

    and this

    .main-page-title {
    display: none }

    Any help would be appreciated.

    #206741

    Kor
    Moderator
    Post count: 16516

    Hi Ulick,

    Could you please share your Website URL with me so I could tell you the correct CSS snippet to do this?

    Thanks!

    #206742

    Ulick
    Expired Member
    Post count: 39
    This reply has been marked as private.
    #206861

    Kor
    Moderator
    Post count: 16516

    Hi Ulick,

    Try using this custom CSS code below to hide the page title. Let us know if it works. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    .sd .featured-area h1.entry-title {  
        display: none;
    }
    #207026

    Ulick
    Expired Member
    Post count: 39

    Works perfectly! Thank you Kor Chung, great support from you guys as always.

    #207459

    Kor
    Moderator
    Post count: 16516

    Hi Ulick,

    You’re welcome. Well, let us know if you need anything further.

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket