Hi there,
We would like to change the font weight to bold for the size guide on our store (see attached red arrow). We also want to trial it underlined (so want try that also, but may strip that off). We are not sure where to style this into the code. We are using Broadcast theme. Any assistance would be very much appreciated in helping us achieve this. Thanks in advance!
1 Like
@spurs123
Please share your store URL!
Thanks!
hello @spurs123
he size guide link is coming from your product page form.
You should get the “form” in your product template liquid. try to find out the form and add the following style in your anchor link that you added for the size guide.
style="font-weight: 900;"
after adding the product, it should look like this:
NECKLACE SIZE GUIDE
Did it solve your issue? If yes, Like & Mark As Solution to help the community
If not, let me know. also share a screenshot of the code that you added.
Hi @dmwwebartisan i’ll DM you. Thanks!
Hi @Touhiid - Thanks for this. We tried your solution but it didn’t work unfortunately. We couldn’t locate the anchor link, perhaps because this amendment was automatically generated via the theme when we created meta fields for the size guide. Any ideas would be appreciated. Thanks again.
@spurs123 interesting! there was no class in that last time, but now we have one. however, things got easier now. Just follow the given steps:
Go to online store > themes
from the Action drop-down, click on “Edit code”
now search for theme.CSS or SCSS or base CSS . depends on the theme you are using. (use the search box that you see on top-left)
and then copy and paste the following code:
.size-popup-link {font-weight: bold! important;}
Also, if you don’t find any CSS or SCSS file, then you can also copy/paste the following code into your “theme.liquid”
Thanks for responding so quickly @Touhiid . Should we be pasting this at the bottom of the code, as we tried it in both theme and theme css but neither worked unfortunately?
@spurs123 please share a screenshot of the place where you pasted the link.
Hi @Touhiid - We managed to resolve this issue ourselves. But thanks for your assistance. Best Wishes
1 Like