Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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,
    Devo

    #889022

    Hey Devo,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #889680

    Hi Victoria,

    #889894

    Hi,

    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,
    Rikard

    #890384

    Hi 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, 7 months ago by Devo.
    #890474

    Hi 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,
    Victoria

    #890529

    Hi 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, 7 months ago by Devo.
    #890665

    Hi,

    Add this to quick css:

    article.post {
    width:70%!important;
    }

    Best regards,
    Jordan Shannon

    #890739

    Hi 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,
    Devo

    #890861

    Hi Devo,

    All of them are clickable at the moment. Did you get it working for you?

    Best regards,
    Victoria

    #891047

    Hi 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, 7 months ago by Devo.
    #891274

    Hi,

    Add this to quick css:

    article.post h2.post-title.entry-title {
    font-size:inherit!important;
    }

    Best regards,
    Jordan Shannon

    #891315

    Hi Jordan,

    Yes that did the job!

    Thanks a lot! :)

    #891319

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Customize the Category Page’ is closed to new replies.