Buttons Not Functioning On Architecture Portfolio Template

I’ve gone through the CSS and have double-checked the buttons. Unsure why these would not be producing Link qualities.

Hello @JamieNiccole,

Thanks for writing to us.

It seems that the anchor pointer is not working properly. For the quick, you can use this custom CSS code under Pro—>Theme Option —>CSS.

.architecture-portfolio-eastern-works-row a.x-anchor.x-anchor-button {
    pointer-events: inherit;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.