Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1149668

    I just add a widget to see tag in post section.
    but I need to hide the TAG ‘landscape’ and ‘portraits’ used to double size the preview image in blog pages.
    Any hint ?
    TIA
    Umberto

    #1149708

    Hey Umberto,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1150336

    Hi rikard thx for reply and sorry for my delay
    I see this post https://kriesi.at/support/topic/add-post-tags-list-under-the-posts-content/ ,
    We just add the tag ‘landscape’ or ‘portratis’ to see double size preview image in masonry grid.
    You can see it here: https://ibb.co/Pxqy2dY

    when I click on a post (portfolio post) we just add a plugin to see the tag, and I see in the list the ‘landscape’ or ‘portraits’ tag, but it’s used only to setup the pages. U can see it here https://ibb.co/GtrMgmj

    any suggestion to see the tag list without them ?
    Thx

    #1151360

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #cool_tag_cloud-3 a.tag-cloud-link[aria-label='portrait (2 elementi)'],
    #top #cool_tag_cloud-3 a.tag-cloud-link[aria-label='landscape (8 elementi)'],
    #top #cool_tag_cloud-2 a.tag-cloud-link[aria-label='portrait (2 elementi)'],
    #top #cool_tag_cloud-2 a.tag-cloud-link[aria-label='landscape (8 elementi)']{
    	display: none !important;
    }
    

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.