This topic has 5 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #158575
     burbanski
    Participant

    Hello,

    I’m trying to remove the titles from my single post pages, but cannot figure out how to do this.

    I have tried the following css in my child theme file: kleo-child/style.css

     

    .template-page .page-title{

    display:none !important;

    }

     

    .post-header .post-meta {

    display: none;

    }

     

    .single-post h1.page-title {

    display: none !important;

    }

     

    Thanks,

    Brent

    #158638
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

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

    Remember to clean cache if you have a cache plugin 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #158708
     burbanski
    Participant

    Hi Laura,

    I was able to remove the titles by adding this css to the the “Quick css” field under Kleo’s General Settings, but cannot get any css to work when added to the Kleo child theme style.css file. Do you have any idea why this isn’t working? Maybe the style.css file is supposed to be in a subdirectory or something? Right now it’s sitting loose in the “kleo-child” directory along side functions.php(which is working properly).

    #158886
     Laura
    Moderator

    Hello, it might be related to server cache, try to clean it after updating your style.css 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #159040
     burbanski
    Participant

    Laura,

    You were correct. It was a Chrome browser caching issue.

    Thank you!

    Brent

    #159237
     Laura
    Moderator

    Glad to help 🙂
    Please rate us 5 stars at themeforest if you are happy with the support, it would help us a lot 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?