Hi, I'm am a COMPLETE novice when it comes to this. A complete and utter novice and your help would be greatly appreciated.
Please see following link to my page. I'm wanting to change the text colour and add an underline to the text 'Click here for sizing & robe information'. The reason I want to do this is I want it look like a hyperlink: https://famineofbeauty.co.nz/products/ashley-bloomfield-bathrobe
The 'Click here for sizing & robe information' was hard coded text done by theme team. This liquidy stuff they've done is as follows:
{% comment %} Added by Robert S at Shopify Theme Support May 21, 2020 {% endcomment %}
{% if product.options contains 'Size' %}
<a class="size-chart-open-popup" href="#size-chart">Click here for sizing & robe information</a>
{% endif %}
If somebody is able to help me change the text colour and add an underline to entire text, that would be fantastic thank you : )
Stay safe, stay well and stay kind.
Arohanui (Big love in Maori)
Kevin
Solved! Go to the solution
Hi, FamineOfBeauty hope you are doing well and great this is Syed Mustafa an experienced Shopify Developer I've gone through your issue details and it matches my expertise I can solve this issue for you but it will be a paid service so if interested please feel free to discuss with me at Syedmustafanadeem99@gmail.com. Thanks
This is an accepted solution.
Hi,
For this you can copy and replace that piece of code with the following one. The only thing that you need to do is replace the "PUT_YOUR_HEX_COLOR_HERE" with the code for your color. You can choose the color here Color Picker and copy the HEX code.
{% if product.options contains 'Size' %}
<a class="size-chart-open-popup" href="#size-chart" style="color: PUT_YOUR_HEX_COLOR_HERE"><u>Click here for sizing & robe information</u></a>
{% endif %}
Regards,
Juan
User | Count |
---|---|
23 | |
19 | |
18 | |
16 | |
16 |