Archived topic
Change color header when over the mouse
6 replies · Started by Alberto on May 27, 2021
Hi.
I need to know how can I change the color of the header when the mouse hover.
As this web: https://www.visoaestheticsacademy.co.uk/
Thank you so much.
Alberto.
Hi there,
can you share a link to your site so i can see the layout - then i may be able to provide some CSS for that.
Hi David, thank you very much.
The web is under construction.
but here is the link:
Regards,
Alberto
Upppssss!!!!
I forget.....
Please Grey bar. Thank you.
Hi Alberto,
Try this CSS, feel free to change the color code:
#masthead:hover {
background-color: #ffffff;
}
Hi Ying.
Thank you so much.
Perfect!!. Quick and effective response.
Regards,
Alberto.
No problem :)