Help with page

Solved
kooger21
Explorer
81 2 19

Hi

I have no idea where this learn more link is coming from, how do i hide it please?

Thanks

 

 

Capture.JPG

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 569 1414

This is an accepted solution.

hello @kooger21 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index .product-single__description.rte > p > a {
        display:none;
}

 

View solution in original post

Replies 8 (8)
Kinjaldavra
Shopify Partner
2302 569 1414

hello @kooger21 


Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

hardik355
Shopify Partner
224 22 31

Hi  

Can you share your store link please. Otherwise just right click on learn more and give them css display:none; It's work.

 

If helpful then please Like and Accept Solution.
Shopify theme and app developer.
Thanks

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
kooger21
Explorer
81 2 19

This is this the section that is putting the link on the screen, what file would this be located in please? (And i assume i can just remove it?)

 

Capture.JPG

hardik355
Shopify Partner
224 22 31

hI kooger21

This is your product page. can you provide your store url and password. so i can help you.

 

Thanks!

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
kooger21
Explorer
81 2 19

sure worldofpaws.store - password is 123456

hardik355
Shopify Partner
224 22 31

Hi 

Can you add this css in your theme css file.

.product-single__description.rte {
  display: none;
}

Thanks!

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
Kinjaldavra
Shopify Partner
2302 569 1414

This is an accepted solution.

hello @kooger21 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index .product-single__description.rte > p > a {
        display:none;
}

 

kooger21
Explorer
81 2 19

Thank you very much appreciated.