Hi, I’d like to change the colour of the underlines on my multi-column for a specific section only under “mission” tab → to go from black to the background colour so it doesn’t appear. what custom css code should I put in?
thank you!
Shopify URL: https://65a186-44.myshopify.com/
Password: meerew
Hi @letsgetwasted ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Before the close head tag. Please insert this code:
{% assign full_url = request.host | append: request.path %}
{%- if full_url contains 'mission' -%}
{%- endif -%}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 