Jumbotron buttons and menu icon on mobile

Hi,

I have two questions regarding the mobile version only of my website https://alessiadurso.com

  1. Is there a way to change the colour of the mobile menu icon?
  2. Is there a way to centre align the buttons in the jumbotron section? Everything else is correctly aligned but those buttons.

Thank you in advance!

A.

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

@media only screen and (max-width: 992px){
.open-responsive-menu .fa {
color: #040404;
}
#header .bottom-header {
padding: 10px 0px;
}
}

Thanks!
Colorlib Support Team

Wooo! That worked a treat :slight_smile:

Thank you Noda, you’re a gem!

You are welcome :slight_smile:

Let me know if you have any other questions :smiley: