badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Is it possible to edit only the right side bar content for pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76819
    lakshmankk74
    Participant

    Only in pages on right side bar, instead of recent posts, i need to display some different widgets. However, i need to retain the recent posts in all the posts. Is it possible to edit only the right section for pages?

    #76827

    Hi @lakshmankk74,

    Yes it is possible to hide Recent Posts Widgets on pages only. Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    body.page .site-content .widget-area .widget_recent_entries,
    body.page .site-content .widget-area .newscard-widget-recent-posts {
      display: none;
    }

    Thanks

    #76833
    lakshmankk74
    Participant

    Thank you very much

    #76869

    Welcome anytime @lakshmankk74/

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