-
Author
-
July 8, 2015 at 03:04 #67270MatthiasParticipant
Hi !
I don’t want to have a sidebar on certain pages. When I edit these pages, I choose “None” in sidebars, but it still appears. (see 1st attached file)
How can I fix this ?
Also, when I use the “Kleo post” element on a page, can I delete the author name and the heart/like button ? (see 2nd attached file)
Thanks for your help
Attachments:
You must be logged in to view attached files.July 8, 2015 at 16:50 #67328sharmstrModeratorIt depends on what pages you’re trying to do it on. Some pages, you cant do it there and you’ll have to do it in theme options. Buddypress pages are like this for example.
There is a gear icon at the top of the visual composer editor. Put the css in there.
COPY CODE.author-name, .item-likes { display:none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 9, 2015 at 01:41 #67401MatthiasParticipantThanks I found it in the themes options in layout.
It worked for the author name and likes, but could I also hide the date, read more, and center the title of each page ?
Also, I’d like to delete the page “sub header” which has the name of the page and “feel free to call us +91.33.26789234 youremail@yourdomain.com” , how can I do this ?
Thanks for your help Sharmstr, you are very helpful
July 9, 2015 at 03:30 #67416sharmstrModeratorIn the future please tell me exactly what you need. Its not a matter of asking too many questions. Its a matter of that we dont have this information stored in our head. In order to answer most questions, we actually do the change on our test sites so we can make sure that it works before we give it to you. In this case, I now have to go back and do it again. I’m not frustrated, just trying to explain how you can help us 🙂 Hope you understand.
If you want to hide certain meta fields across the entire site, you can do that in theme options > blog. Actually, the code I gave you is hiding it across the entire site because I forgot to put the code in to isolate it to just the the kleo posts grid. Take a look in theme options and let me know if you doing it there will work for you.
Center the title:
.article-title.entry-title {
text-align: center;
}Read more:
.post-footer span.muted.pull-right {
display: none;
}The header info is also in theme options > header options.
You should spend some time in Theme Options 🙂
Again, let me know about the post meta.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.