Comments indeepsilence started the conversationMay 25, 2021 at 5:49pmIs there a possibility to add a border around the centerbox in Featured Slider Centerbox Style#1 ? 3,002PenciDesign repliedMay 25, 2021 at 6:31pmHi,Please go to Appearance > Customize > Custom CSS, then paste the following custom CSS code: .penci-featured-content .feat-text { border: 2px solid #ffffff;}Change 2px to your border width and #ffffff by your color.Best Regards,PenciDesign.1 Likeindeepsilence repliedMay 26, 2021 at 4:45pmPerfect ! Thanks ! Sign in to reply ...
Is there a possibility to add a border around the centerbox in Featured Slider Centerbox Style#1 ?
Hi,
Please go to Appearance > Customize > Custom CSS, then paste the following custom CSS code:
.penci-featured-content .feat-text {Change 2px to your border width and #ffffff by your color.border: 2px solid #ffffff;
}
Best Regards,
PenciDesign.
Perfect ! Thanks !