Hide some section in right side bar

Home Forums IT Consultant Support Hide some section in right side bar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #193571
    D MediaD Media
    Participant
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: May 15, 2022

    I purchased this theme https://sktperfectdemo.com/demos/minimal-blog/
    I want to hide the Archive and Tags section in right side bar.
    How to do it?

    #193636
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .homesidebar .aboutauthor:nth-of-type(10), .homesidebar .aboutauthor:nth-of-type(11) {
      display: none;
    }

    Regards,
    Chris

    #193656
    D MediaD Media
    Participant
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: May 15, 2022

    Thank you for the quick reply, but it is not working. 🙁

    #193657
    D MediaD Media
    Participant
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: May 15, 2022

    Thank you it is working now after changed the number to 8 and 9.

    #193658
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.