Okay
  Public Ticket #1573075
Hide the search bar on the left
Closed

Comments

  • alogi1226 started the conversation

    I want to adjust the leading. And I want the "ALL WORKS" menu text to be normal, not uppercase.

  •  291
    Paul replied

    Hi there!

    1. To hide the left bar, please open the customizer (Appearance > Customize) and open the "Logo & Menu Styles" section, scroll down to find the "Show Left Bar" option (screenshot: https://cl.ly/rXzd )

    2. Could you specify which location of the "ALL WORKS" text you were talking about? Did you mean the site menu, page title on the portfolio page (http://themes.uxbarn.com/wp/alvar/all-works/), or the navigation text under the slider (http://themes.uxbarn.com/wp/alvar/) ?

    Regards,
    Paul

  • alogi1226 replied

    Hi,

    I mean the navigation text.

  •  291
    Paul replied

    Please use this custom CSS to change that:

    .additional-link-button-wrapper a {
        text-transform: none;
    }

    You can apply the code by going to "Appearance > Customize > Additional CSS".

    If you would also like to use custom CSS for other elements, I recommend Developer Tools on Chrome or Firebug on Firefox to inspect the elements on the page. Then you will know which CSS selector to adjust.

    More info: https://uxbarn.com/inspecting-elements-developer-tools/