What code snippet do I need to tweak in my child theme to get the portfolio’s category to not show on hover (when using recent portfolio in wp page builder), but rather the address of a given property/portfolio item to show below name?
Hello,
You can do that by adding this simple css code into style.css file of your child theme
.portfolio-item .h6{display:none}
Regards!
You must be logged in to reply to this topic.