Tagged: category page, customize
-
AuthorPosts
-
December 14, 2017 at 4:03 pm #888931
Hi,
Is it possible to customize the category page? (see private content for screenshot)
1. Delete the category title and the ”read more” text below the post title.
On the category page i only want a small list with the titels of the post from that catergory.2. Change the font size from the post titles to size 15
Hope you can help me!
Kind Regards,
DevoDecember 14, 2017 at 6:22 pm #889022Hey Devo,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaDecember 16, 2017 at 8:53 pm #889680Hi Victoria,
December 18, 2017 at 5:04 am #889894Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.category .blog-categories, .category .read-more-link { display:none; } .category .post-title a { font-size:15px !important; }
Best regards,
RikardDecember 19, 2017 at 9:55 am #890384Hi Rikard,
Unfortunately, it does not work exactly as i wanted.
How can you remove the big space between the post titles? So it more looks like a list?
And is it also possible to delete the category link below the posts?Kind regards,
Devo- This reply was modified 6 years, 11 months ago by Devo.
December 19, 2017 at 1:41 pm #890474Hi Devo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_elegant-blog #top .post-entry .blog-categories.minor-meta { display: none; } .archive.category article { height: 60px; } .html_elegant-blog #top.archive.category .post-entry .post-title { margin-bottom: 0px; padding-bottom: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaDecember 19, 2017 at 3:21 pm #890529Hi Victoria,
Perfect this is much better!
One single question:Is it possible to align it to the left? cause now it is too much in the center.
And if i adjust the height to 25px (see below) the first posts are not clickable anymore? Any idea why? If the height is 60px everything works perfect.
.archive.category article { height: 25px;
Kind regards,
Devo- This reply was modified 6 years, 11 months ago by Devo.
December 20, 2017 at 1:18 am #890665Hi,
Add this to quick css:
article.post { width:70%!important; }
Best regards,
Jordan ShannonDecember 20, 2017 at 11:58 am #890739Hi Jordan,
Thanks for the help! The alignment to the left is much better.
Still have this problem: if i adjust the height (archive.category article) to 25px (see previous post) the first posts are not good clickable anymore? Any idea why? Only the last post works proper. If the height is 60px everything works perfect.
Kind regards,
DevoDecember 20, 2017 at 5:23 pm #890861Hi Devo,
All of them are clickable at the moment. Did you get it working for you?
Best regards,
VictoriaDecember 21, 2017 at 10:08 am #891047Hi Victoria,
Yes they are clickable, but if you put the cursor at the bottom of a link it does not work. See the screenshot.
Only at the last link in the row it works as it should be.Any idea how to fix this?
Kind regards,
Devo- This reply was modified 6 years, 11 months ago by Devo.
December 21, 2017 at 6:53 pm #891274Hi,
Add this to quick css:
article.post h2.post-title.entry-title { font-size:inherit!important; }
Best regards,
Jordan ShannonDecember 21, 2017 at 7:51 pm #891315Hi Jordan,
Yes that did the job!
Thanks a lot! :)
December 21, 2017 at 7:56 pm #891319Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Customize the Category Page’ is closed to new replies.