How do I get rid of this? - Capital Theme

Solved

How do I get rid of this? - Capital Theme

raidednz
Tourist
21 0 0

How do I get rid of the "Section Drop element here" at the top?

 

https://raidednz.com/pages/size-chart

 

Thanks!

Screenshot (118).png

Accepted Solution (1)

namphan
Shopify Partner
2690 349 399

This is an accepted solution.

Hi @raidednz,

Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:

.sc-lkgTHX.jrzygT.pf-4_.pf-color-scheme-1 {
    display: none !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 2 (2)

EvinceDev
Shopify Partner
121 13 13

Hello @raidednz , Use this code in your style file to get rid of "Section Drop element here".

 

.sc-lkgTHX.jrzygT.pf-4_ {
    display: none;
}

 

Here is the Result : 

EvinceDev_0-1729077658160.png

 

Shopify Theme Advanced Backend Developer and Debugger
Want to modify or develop new app, Hire us.
If our Answer is helpful then please Like and Accept Solution!
I am an eCommerce and Marketing Technology consultant based in India.
To inquire about consulting work availability, You can reach me on Skype by live: rahul.evince or mail on partners@evincedev.com.
Shopify Apps URL :- https://apps.shopify.com/partners/gemfind1
Customization on Shopify Theme | Shopify App Development | SEO & Digital Marketing

namphan
Shopify Partner
2690 349 399

This is an accepted solution.

Hi @raidednz,

Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:

.sc-lkgTHX.jrzygT.pf-4_.pf-color-scheme-1 {
    display: none !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com