changing the menu font colour

hello
I have chosen a white sticky header colour, so how do i know change the font colour of the menu as this disappears once you move, (white on white)
Also how do I change the title font size for the jumbotron title and all the wording directly underneath?
We have also deleted all facebook, insatgram icon, how can we centre or space out the address and customer support details?

Hi there

Hope you are having a good day :slight_smile: please provide url and i will take a look

https://www.sargasso.bm/

SOrry we have a coming soon page so look on this staging site https://www.staging5.sargasso.bm/

is it possible to keep the while header there all the time at the top as well as changing the menu font colour?

hey there

Please add this CSSĀ in appearance - customize - additional CSS

#header .is-sticky .header-navigation ul li a {
color: black;
}

Thanks!
Colorlib Support Team

thanks that worked but the hamburger menu lines on the mobile phone are still in white and cant be seen.

Also how do I centre the contact details in the contact us section?

Is there also a way of keeping the white banner at the top constantly rather than it appearing as soon as you scroll?

HI

yes, its possible to use white header,

#header .top-header {
background: white;
}
#header .top-header .header-navigation ul li a {
color: #000;
}
@media only screen and (max-width: 992px){
.open-responsive-menu .fa {
color: #000;
}
}

Great thanks, thats all worked

is there any way of getting this contact us section centred?

Hello

Sorry, but contact section is already centered, the problem we have here is that last column is blank, is not used for the content and this is why we see it like that :frowning:

thanks no worries

You are welcome and thank you for understanding, i will close this case now :slight_smile: