Tagged: tag
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
Hey Umberto,
Could you post a link to where we can see the elements in question please?
Best regards,
Rikard
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
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