How to underline the 'view all' button in Palo Alto like in screenshot 2?

Need the view all button to be underlined like in screenshot 2.

Screenshot 1

Screenshot 2

Hi @Akhil3

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a.btn.btn--outline.btn--small.btn--black.btn--view-all {
    text-decoration: underline;
}

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @Akhil3 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

This is for the outline button, could you please give me for the text button.

This is for the outline button, could you please give me for the text button. Need as shown in the screenshot 2 above