How can I relocate my catagory descriptions at the bottom of the pages?

Solved

How can I relocate my catagory descriptions at the bottom of the pages?

Juel
Excursionist
15 1 3

I am using the Fashionopolism theme and I need to move my collection description to the bottom of the page. I want to add more text to it but I don't want it to make the top of the page look cluttered. I don't see an option in the editor to move this. My website is lindsays-shop.com.

Accepted Solution (1)

DaisyVo
Shopify Partner
2719 327 375

This is an accepted solution.

Hi @Juel 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.collection__page-description{
    order: 1;
}

 

Here is the result: https://prnt.sc/mxRPtt6bMPBx 
 
I hope this helps
 
Best,
 
Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
2719 327 375

This is an accepted solution.

Hi @Juel 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.collection__page-description{
    order: 1;
}

 

Here is the result: https://prnt.sc/mxRPtt6bMPBx 
 
I hope this helps
 
Best,
 
Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Juel
Excursionist
15 1 3

Thank you so much, this worked!