Hello. I’d like to change the background colour, text size and hover colour of my off canvas.
I am able to change the background colour and text size, however I cannot seem to change to hover effect. Currently I have set my background colour to white, and my font is grey. When I hover over the font it turns white (invisible). I’d like it to turn a blue colour, any ideas how I achieve this?
The code I have added to my custom.css so far is as follows;
.t3-off-canvas {
background: #FFFFFF
color: #96a1a3
}
.t3-off-canvas .t3-off-canvas-body .nav {
font-size: 20px;
}
.t3-off-canvas .t3-off-canvas-body .main-menu .nav {
font-weight: normal;
text-transform: none;
}