How do I add arrows next to all buttons on home page

Please can you tell me how do I add the arrow to all the buttons? I am using Studio Theme

Hi @paharganj ,

Can you please provide me a preview url of the store so that I can help you out?

Thank you

Isca-house.myshopify.com @LuffyOnePiece

Would really appreciate your remarks @LuffyOnePiece

Hi @paharganj ,

We do need to change the theme code for better arrow using the svg.

a.button.button--primary:after {
    content: '\2192';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(50%, -50%);
    font-size: 14px;
}

Thanks

Can you please tell me how to achieve the arrow as shown in the image above? Maybe change the buttons to links or else just add an arrow to buttons. Please help me

Hi @paharganj ,

We do need to add the arrow to the button in the code.

Thanks