hide tags on portfolio pages
-
Is there a way to hide tags on portfolio pages? They look quite ugly and don’t make sense to be displayed, in my case, as many of them are unique to each project.
I’ve tried using this piece of code, but it didn’t do anything:
.tag-links {
display: none;
}The blog I need help with is: (visible only to logged in users)
-
-
that didn’t work either…
Just to make sure I’m using the right syntax, here is what I’ve got (including the default portfolio code):
[gallery type="rectangular" link="none" ids="73,63,197,201,69,60,155,147,143,154,156,196,203,202,200"
.entry-meta-tags {
display: none;
}]Does this look accurate? And if so, would you have any other suggestions?
-
This is the Support forum. Note that you can use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can create a thread that will appear in the CSS Forum where you will get the help you need with CSS editing.
-
I am new to wordpress and I didn’t realize that this wouldn’t be considered a support request… Is there a way to transfer the topic so I don’t duplicate the thread?
-
Sorry but you will simply have to copy and paste your text to create a thread there https://en.forums.wordpress.com/forum/css-customization#postform
- The topic ‘hide tags on portfolio pages’ is closed to new replies.