Remove Theme Elements
-
AuthorPosts
-
Hi There,
I am trying to customise my Christopher theme page, and having trouble with three things.
1. Remove READ MORE button under each post on posts page and front page.
2. Remove author from above each post on posts page and front page.
3. Remove the (font) title from images in the feature post carousel.
Can you please help me with the CSS code for this? Let me know if I can clarify anything further.
My website is ladyandthelibrary.com
Thank you kindly.
Jessica
The blog I need help with is: ladyandthelibrary.com
Hello Jessica,
thank you for writing and using Christopher.yes, you can add the following CSS:
– Read More:.entry-summary a.more-link { display: none; }
– Author above title
.entry-header .entry-meta span.byline { display: none; }
– Titles on slider:
#featured-content.flexslider .slides .hentry .entry-header { display: none; }
Here you are how to add (very easy) it and more info about CSS:
https://en.support.wordpress.com/custom-design/editing-css/
https://en.support.wordpress.com/custom-design/css-basics/Hope this helps.
Thank you again!
Ricardo P. from Silo CreativoThank you SO much Ricardo, they all worked perfectly! I absolutely love the theme and appreciate your fast and efficient assistance.
Thank you for your words Jessica!
Congrats for your lovely blog. And nice logo :)
Have a nice day!
Ricardo P. from Silo CreativoHi Ricardo.
Could you please tell me how to remove all of the lines from my page.
There are lines between each image and I would like to take them off, and at the top of each post on my front page.
Thank you kindly.
Jessica – Lady and the Library
ladyandthelibrary.comHi Jessica,
yes, to remove all single lines add this CSS:
.entry-header .entry-meta span.line-author { display: none; }
and to remove all double lines, add this CSS:
.widget, .nav-menu { border-top: none; } .single .entry-footer .entry-meta { border: none; }
Hope this helps :)
Ricardo P. from Silo CreativoThank you so much Ricardo, I appreciate your excellent service.
I just have one last question, is there are way to decrease the large gaps between the posts. There are quite large horizontal margins between each row of rectangle posts that I want to move slightly closer together.
I can send a screenshot if you need clarification.
Thanks so much,
JessicaHi Jessica,
I think I understand you. Before removing the read more link and the author there is too much bottom margin. Add this CSS:
.widget_christopher_recentposts_masonry #masonry-contaniner .hentry { padding-bottom: 0; margin-bottom: -30px; }
Padding doesn’t accept negative values, but margins does. You can play with magin-bottom value. If you want more space, change to -20px or -10px. If you want less, change to -40px or 50px.
Let me know :)
Ricardo P. from Silo CreativoThank you so much :)
You are welcome!
-
AuthorPosts
The topic ‘Remove Theme Elements’ is closed to new replies.