Dawn - Applying CSS to a new section

Solved
Alex087
Trailblazer
219 3 37

Hi,

I applied many CSS to a multicolumn section. I want to apply these CSS to a new multicolumn section.

Can I just add the new section number below these 2 CSS (examples) or do I have to copy/paste each css with the new section number?

 

Thanx for your help

 

#shopify-section-template--19674055147849__dafd7543-5aa3-42c4-b9cc-63382952445e
 .multicolumn-card h3.inline-richtext {
    text-align: center;
}

@media only screen and (max-width: 990px){
.page-width.section-template--19674055147849__dafd7543-5aa3-42c4-b9cc-63382952445e-padding.isolate.scroll-trigger.animate--slide-in {
    width: 100%;  
    padding-top: 0px;
    padding-bottom: 0px;
  /* padding: 0px 20px 0px 20px; */

}
}

Accepted Solution (1)
suyash1
Shopify Partner
8667 1064 1406

This is an accepted solution.

@Alex087 - then I recommend to copy paste it with new section number, so you can keep both separated and change when needed

You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly

Support me 🙂

View solution in original post

Replies 4 (4)
suyash1
Shopify Partner
8667 1064 1406

@Alex087 - you can change section number and this css will be applied to that section

You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly

Support me 🙂
Alex087
Trailblazer
219 3 37

thanx @suyash1 I want to keep these css to the previous multicolumn also 

suyash1
Shopify Partner
8667 1064 1406

This is an accepted solution.

@Alex087 - then I recommend to copy paste it with new section number, so you can keep both separated and change when needed

You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly

Support me 🙂
Alex087
Trailblazer
219 3 37

thank you @suyash1