Change design of "View Full Details"

Hi,

I would like to change the design of View full details in a featured product section, in this case called “Visa alla uppgifter” both on desktion and mobile.

What I would like to achieve is:

A button look with a background color of #334FB4 and the text and icon being in the middle of the button and the text color is set to #000000 and a border radius for the button of 10px.

This is how it looks today: https://fjallochfena.se/pages/vara-lador

Pic:

I appreciate any and all answers.

Hey @Aiham

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @Aiham
Go to online store ---------> themes --------------> actions ------> edit code-------> assets----->section-main-product.CSS ----> line number 1161
and add this code

a.link.product__view-details.animate-arrow {
background: #334fb4;
color: #ffffff;
border-radius: 10px;
padding: 10px;
width: 185px;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks

Hello

I understand you are looking to highlight the “Visa alla uppgifter” text by providing the background color, text color.

You can implement this change by using below mentioned CSS code.

Add the code at the bottom of the theme.liquid file before tag and save.


[Please feel free to change the color and pixel size as per your needs.]

Output -:

I hope the code helps you.

Please share if you have any queries.

Thank you.

Thank you Rahul, this worked perfectly! Wish you a great day.

Thank you Moeed, this worked partially because text color is still default which is black. But thank you it is solved now. Wish you a great day.

Thank you Jamez, this did not work for. But thank you it is solved now. Wish you a great day.

Thank you Anshul, Wish you a great day.

Thanks a lot…!!!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Hi would it be possible for you to reupload the code as I it is not showing up for me anymore.

Hey @clementgordon

Happy to help you out, feel free to share the details with me.

Best,
Moeed