Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #705381

    Hi

    It’s possible to remove the portfolio category link on Magazine item?

    THX

    #705985

    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

    #706055

    Thanks Vinay, but the idea is to keep the category title without the link, not hide the title.

    It’s possible?

    #706218

    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

    #707328

    It works, thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove category link on Magazine item’ is closed to new replies.