Customize Blog Post on Homepage

Home Forums Jevelin Theme Customize Blog Post on Homepage

Home Forums Jevelin Theme Customize Blog Post on Homepage

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • jositos
    Participant

    Hey! I have a question. I’m using the Jevelin Theme and I imported the demo: blog. I want to use the grid on my homepage. Everything is ok, but I want to delete 3 things in the ’tiles’. I hope it is possible! See attachment!

    1. Delete the ‘by Jos 23 November 2016’ section.
    2. Delete the category (in this case: Portfolio).
    3. Delete the hyperlink to the post itself.

    Can you guys help me out?

    Have a nice day and greetings from Amsterdam!

    Jos

     

    Attachments:
    You must be logged in to view attached files.

    Hi Jos,

     

    I hope you are well today and thank you for your question.

     

    Could you please share your site URL where it’s displaying so that I can help you to delete it?

     

    Best regards,
    Shufflehound team

    jositos
    Participant

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-template-page-blog .post-meta.post-meta-one,
    .page-template-page-blog .post-meta.post-meta-two {
        display: none;
    }
    
    .page-template-page-blog a.post-title {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
    }

    jositos
    Participant

    Thnx for the quick answer! It worked! Only the cursor is now no hand, that is good, but it is still clickable?

    Only the cursor is now no hand, that is good, but it is still clickable?

    Yes, it is still clickable.

     

    If you want to remove the link then you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    jositos
    Participant

    Ok. Clear. Can you tell me where the code is? Which file?

     

    The code is in the below theme file.

     

    /jevelin/content.php

     

    You have to change it in multiple locations in the file.

Viewing 8 posts - 1 through 8 (of 8 total)