Remove bottom and top padding on only some parts of my 2 rich text blocks

I used the theme Sense, and I utilized rich text to tie into my next section, as shown in the image below.

The problem is that there are now many borders (padding) between the sections, and I would like to remove them. Is there any way I can do so?

My website is filterbuddy.shop, and the theme is sense.

Hi @FilterBuddy

I’m Dan from Ryviu: Product Reviews & QA

Some sections have their own Section padding setting so may you can check and reduce it yourselft

Best Regards,

Dan from Ryviu

Hi @FilterBuddy

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.rich-text.content-container.color-background-1.gradient.rich-text–full-width.content-container–full-width.section-template–20666892058973__rich_text_Kqx3jB-padding {

border-bottom: none !important;

padding-bottom: 0 !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

This helps a lot, just 1 thing, is there any similar method to remove the bottom/top patting for the 2nd rich text (“some numbers…”) ?