Okay
  Public Ticket #4509964
Hide portfolio category post loop builder
Open

Comments

  • KrofftVisuals started the conversation

    Hi, 

    Do you have a specific CCS code for hiding the portfolio categories in the post loop builder? I don't want the categories shown.

    Thanks!

    Regards,
    Stefan

  •  401
    Pat replied

    Hi Stefan,

    Thank you for reaching out to us, and I trust you're keeping safe!

    Please attach the page link to enable us provide you with an accurate solution.


    Kind regards,

    Salient Theme Support

  • KrofftVisuals replied

    Hi Pat,

    Thanks for you reply.
    The URL is kongekreative.com, but at the moment the site is in maintanance mode, so you will need a password to se the site.

  •  9,547
    Tahir replied

    Please provide the password so we can view the page and write up custom css.

    Thanks 


     Salient Support Team


  •   KrofftVisuals replied privately
  •  9,547
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-post-grid .nectar-post-grid-item .content .meta-category {
        display: none !important;
    }

    Thanks


     Salient Support Team