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*

Reply To: Is it possible to edit only the right side bar content 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