Hi
It’s possible to remove the portfolio category link on Magazine item?
THX
Hey alnalu,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-magazine-sort {
display:none;
}
If the above don’t work Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Thanks Vinay, but the idea is to keep the category title without the link, not hide the title.
It’s possible?
Hi,
Thank you for the clarification please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-magazine-sort {
pointer-events:none;
}
For more info please check https://css-tricks.com/almanac/properties/p/pointer-events/
Best regards,
Vinay
It works, thanks