Reduce space between heading and paragraph Rich Text

Solved

Reduce space between heading and paragraph Rich Text

ekrembcc
Explorer
56 0 14

Hey guys,

 

how can I reduce this gap between my heading and the text in Rich Text section:

 

Screenshot 2024-10-20 124047.png

 

Any custom CSS?

 

Best regards!

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@ekrembcc, you can put this code to the custom css option

.rich-text__blocks .rich-text__text {
  margin-top: 0;
}

Like this

BSSCommerceB2B_0-1729423627427.png

Hope it helps you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

devcoders
Shopify Partner
1422 170 445

This is an accepted solution.

Hello @ekrembcc 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css.
Add the provided code at the end of the file.

 

.rich-text__blocks .rich-text__text {
margin-top: 0;
}

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@ekrembcc, you can put this code to the custom css option

.rich-text__blocks .rich-text__text {
  margin-top: 0;
}

Like this

BSSCommerceB2B_0-1729423627427.png

Hope it helps you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

devcoders
Shopify Partner
1422 170 445

This is an accepted solution.

Hello @ekrembcc 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css.
Add the provided code at the end of the file.

 

.rich-text__blocks .rich-text__text {
margin-top: 0;
}

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!