Home › Forums › All Other Themes › Remove space between logo and navigation bar
- This topic has 8 replies, 3 voices, and was last updated 5 years ago by
Sonnal S Sinha.
-
AuthorPosts
-
August 31, 2018 at 11:36 pm #106578
How I can remove the white space below my logo. Also, it’s possible reduce the size of navigation bar
September 3, 2018 at 10:10 am #106721Hi,
Kindly show us your website URL?
Regards,
ChrisSeptember 3, 2018 at 5:55 pm #106820The website is bsc-test.com/version3
Thanks
September 4, 2018 at 5:17 am #106830Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.logo img { margin-bottom:0;} .header { padding-bottom:0;} #slidera .nivoSlider { min-height:360px !important;}
Regards,
ChrisSeptember 4, 2018 at 9:36 am #106856Thanks awesome.
Another question, I have a text that should be a link to another page in the top bar but since it is inside I can not modify the font or the color. you can see the text “client Login” to the right of the logo. Thanks
September 4, 2018 at 12:47 pm #106895Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.suptp a { color:#282828 !important;} .suptp:hover a { color:#fd9206 !important;}
Regards,
ChrisSeptember 4, 2018 at 1:57 pm #106912Thanks, but how I can change fonts and size of this text.
September 4, 2018 at 3:02 pm #106917Is there any way to reduce the height of the navigation bar?
September 5, 2018 at 12:28 pm #106972This CSS might help:
#topmenu ul li a{padding:15px 25px;}
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.