How do I Hide or Disable Bookmark Button??

Home Forums Gillion Theme How do I Hide or Disable Bookmark Button??

Home Forums Gillion Theme How do I Hide or Disable Bookmark Button??

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

    How do I hide or disable the bookmark located in the header and on my blog posts? As it currently is, the reader has to login to bookmark and I’d rather not have user login/registration. Please assist. Thank you!!

    Solution for this topic

    Hi @SessHoll,

     

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

     

    You can hide 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-container article .post-read-later,
    .sh-nav li.menu-item.sh-nav-readmore.sh-nav-special {
        display: none !important;
    }
    

     

    Best regards,
    Shufflehound team

    SessHoll
    Participant

    Thank you!!

    You are most welcome here 🙂

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