about latest articles widgets

Home Forums Jevelin Theme about latest articles widgets

Home Forums Jevelin Theme about latest articles widgets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • thelazyworm
    Participant

    hi,

    I have three question, please help,

    1. I want to know how can I deactivate the author name on the home page.
    2. and I want to do the same thing on the latest articles widgets too
    3. how can I make the post titles inside the latest articles widgets bigger?

    thanks a lot

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

    Hi @thelazyworm,

     

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

     

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    thelazyworm
    Participant

    please see private info. field

    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

     

    .home .sh-recent-posts-widgets-item-meta,
    .home span.post-meta-author {
        display: none !important;
    }
    
    .home .sh-recent-posts-widgets-item h6 {
        font-weight: 800;
        font-size: 16px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)