-
Author
-
April 15, 2017 at 04:00 #158575burbanskiParticipant
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
April 17, 2017 at 07:05 #158638LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEh1.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 solutionLaura 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 🙂
April 17, 2017 at 23:42 #158708burbanskiParticipantHi 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).
April 19, 2017 at 00:51 #158886LauraModeratorHello, 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 solutionLaura 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 🙂
April 20, 2017 at 07:16 #159040burbanskiParticipantLaura,
You were correct. It was a Chrome browser caching issue.
Thank you!
Brent
April 21, 2017 at 14:35 #159237LauraModeratorGlad 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.