Hi there,
I would like the “pre-order vinyl” to link to the pre order button on the section below.
I tried using the link: #shopify-section-template–24291246211354 but it didn’t work. Is there something else I can try?
Thanks!
passw: chaos
A user needed to link a “pre-order vinyl” button to another button in a section below on their Shopify product page. Their initial attempt using #shopify-section-template--24291246211354 as an anchor link failed.
Solutions offered:
#shopify-section-template--24291246211354__main as the anchorResolution:
The issue was resolved when the original poster used #product-form-template--24291246211354__main (extracted from the CSS suggestion) as the link target, which successfully created the desired anchor link functionality.
Hi there,
I would like the “pre-order vinyl” to link to the pre order button on the section below.
I tried using the link: #shopify-section-template–24291246211354 but it didn’t work. Is there something else I can try?
Thanks!
passw: chaos
@INFRA button can be linked to a section, not other button
@INFRA try #shopify-section-template–24291246211354__main
Hi @INFRA
Please add this code to Custom CSS in Online store > Themes > Customize > Theme settings
#product-form-template--24291246211354__main button:after {
content: 'VINYL';
padding-left: 4px;
}
Hi, i wasn’t quite sure where to put it exactly, but i use "#product-form-template–24291246211354__main " from your code as the link, which worked ![]()
thanks!