This topic has 7 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #138068
     ninety83
    Participant

    Hi,

     

    I would like to remove the title header from all post and portfolio pages. i have tried using this code:

     

    h1.page-title {

    display: none;

    }

     

    .main-title {

    padding: 0 0 0px 0;

    }

     

    body.blog section.main-title

    {

    display:none;

     

    but the page title is still appearing on some posts and portfolio items?

     

     

    #138167
     Radu
    Moderator

    Hi,

    In first instance please provide an account to can see your site

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #138207
     ninety83
    Participant
    #138312
     Radu
    Moderator

    Hi,

    For the post pages you can hide the title with this css

    COPY CODE
    
    .single h1.page-title {
        display: none !important;
    }
    
    

    For portfolio provide link to can see it

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139316
     ninety83
    Participant

    Hi,

    unfortunately that isnt working on post pages?

    any other suggestions?

    regards,
    k

    #139449
     Radu
    Moderator

    Provide please a page and a posts URLS to can give you correct css selectors

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139642
     ninety83
    Participant

    HI,

    I would like the totally title area for posts to be removed from all posts. not specific to any page, just all posts.

    hope that makes sense?

    regards,
    k

    #139690
     Radu
    Moderator

    This is the selector to removing post titles, it works i’ve tested on your website

    COPY CODE
    
    .single-post h1.page-title {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?