Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #638994

    I want to use the posting slider on the home page, however, I want to only put the title below it (NOT the taxonomy) as is showing now. Is there somewhere in the documentation that I can change this section of code (in a child theme)? To see what I’m talking about, please scroll down on this page (http://www.northpghrealtors.com/?page_id=3546) to FEATURED LISTINGS, the post slider is the top row and a plugin shortcode is the row below. I’m trying to get the same effect as what’s below, but using the scroll feature. Not having the taxonomies is a great first step – I think I can work out the rest if I can find where this is in the code! Thanks very much!

    #639113

    Hey emkay_consulting,

    Thanks for getting in touch with us!

    You can simply hide the taxonomy using CSS rather than editing the PHP code. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .slide-entry-wrap .blog-categories.minor-meta {
        display: none;
    }
    

    Let me know if that helps.

    Best regards,
    Jordan

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.