Okay
  Public Ticket #147359
Portfolio Navigation Bar
Closed

Comments

  • Kelly started the conversation
    How can I get rid of the titles in the bar that runs across the top of portfolio pages? I want the title to just be in the boxes on the main page, and not in the gray bar.
  •  998
    ThemeNectar replied

    Hey Kelly!

    Add this to your Custom CSS box located in your Salinet Options panel:

    .single-portfolio .row .col.section-title h1 {
       display: none!important;
    }

    Cheers!

  • Kelly replied

    Thank you for your quck and excellent responses! Much appreciated!!!