Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1270226

    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…

    #1270624

    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

    #1270737

    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?

    #1270776

    Hi,

    Add this to quick css:

    .hr.hr-custom.hr-center.hr-icon-no{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1270921

    Don’t think that worked

    #1271178

    Hi,

    Please try this CSS instead:

    .slide-content .av-vertical-delimiter {
      display: none; 
    }

    Best regards,
    Rikard

    #1271682

    WORKED thank you

    #1271741

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog Posts section lists portfolio item category + page title’ is closed to new replies.