Home page

Hi

Website: maverickparadox.com

I’ve updated my theme and have noticed that on mobile the word independence is no split over two lines. Can you please advise how to fix it?

Also, it is now harder to see the menu button on the top right. How can I fix that? Is it possible to change that to yellow - the same colour as the yellow in the ‘listen to the podcast’ box? Can the writing 'The secret power … be changed so that it can be easier to see?

Thanks very much.

Take care

Jude

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Can you show me a screenshot of the word problem? its normally split for me and i cant see any problem with it.
Regarding menu button on mobile devices, Please add this CSS in appearance - customize - additional CSS

@media only screen and (max-width: 992px){
.open-responsive-menu .fa {
    color: #f1d204;
}
}

Thanks!
Colorlib Support Team