Remove author from slider

Home Forums Gillion Theme Remove author from slider

Home Forums Gillion Theme Remove author from slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • amplitum
    Participant

    I want to remove author name (MINT) from slider.

     

     

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

    Solution for this topic

    Hi @amplitum,

     

    Thank you for your question.

     

    You can remove 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

     

    .blog-slider-item .post-meta .post-auhor-date {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    amplitum
    Participant

    Thanks, that’s it. 🙂

    You are most welcome here 🙂

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