Only looking for the section to show the page title not the portfolio item category. Is this possible? (on my homepage you can see it says “services” under each picture then the page title for each as well.
I will say, going forward, I will be changing the permalinks so the portfolio item url’s show up as standalone pages not portfolio-item/(page)
If that will make a difference as well…
Hey mbesh,
Thank you for the inquiry.
You should be able to remove or hide the posts category with this css code.
.html_elegant-blog #top .avia-content-slider .blog-categories {
display: none;
}
Add it in the Quick CSS field, then toggle or temporarily disable the Performance > File Compression settings.
Best regards,
Ismael
Lovely! Last thing, same sections. There’s a small horizontal colored line below the titles. Can we either make that a different color or remove it all-together?
Hi,
Add this to quick css:
.hr.hr-custom.hr-center.hr-icon-no{
display:none!important;
}
Best regards,
Jordan Shannon
Don’t think that worked
Hi,
Please try this CSS instead:
.slide-content .av-vertical-delimiter {
display: none;
}
Best regards,
Rikard
WORKED thank you
Hi,
Great! I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon