Shopify themes, liquid, logos, and UX
Hi,
I want my 'back to login button' to follow the same layout as my submit buttons for the login form.
https://the-triangle-club.myshopify.com/account/login
https://the-triangle-club.myshopify.com/pages/password-change-request-submitted
I was wondering how I can do this?
Thank you,
Chichi0114
Solved! Go to the solution
This is an accepted solution.
Hi @chichi0114
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
{% style %}
{% if page.id == 104620294237 %}
.rich-text__buttons {
background: #DDD2CB;
cursor: pointer;
}
.rich-text__buttons > a {
background: transparent !important;
color: black !important;
}
.rich-text__buttons > a::after {
box-shadow: none !important;
}
.rich-text__buttons:hover {
background: #B0A28B;
}
{% endif %}
{% endstyle %}
Here is the result:
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @chichi0114
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
{% style %}
{% if page.id == 104620294237 %}
.rich-text__buttons {
background: #DDD2CB;
cursor: pointer;
}
.rich-text__buttons > a {
background: transparent !important;
color: black !important;
}
.rich-text__buttons > a::after {
box-shadow: none !important;
}
.rich-text__buttons:hover {
background: #B0A28B;
}
{% endif %}
{% endstyle %}
Here is the result:
I hope this helps
Best,
Daisy
Hi DaisyVo,
Thank you so much :))
Best,
Chichi0114
Please provide the storefront password!
Thanks!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025