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 )
.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.
I want to adjust the leading. And I want the "ALL WORKS" menu text to be normal, not uppercase.
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
Hi,
I mean the navigation text.
Please use this custom CSS to change that:
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/