Okay
  Public Ticket #3422634
secondary header bar
Closed

Comments

  •   Alixj started the conversation
  •  2,958
    Andrew replied

    Hey there,

    Thank you for reaching out t us.

    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):

    body #header-secondary-outer .nectar-center-text {
      padding: 0 !important;
      font-size: 12px;
    }
    

    Thanks,

  •  6
    Alixj replied

    Hi, that made the text smaller, but didn't reduce the height of the bar. I want to make the whole thing about 25% smaller

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us and my apologies for that. 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):

    #header-secondary-outer, 
    #header-secondary-outer>.container, 
    #header-secondary-outer>.container>nav {
      min-height:14px !important;
    }

    Thanks,