Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • johnnys Friend
    #205581

    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;
    }

    phong nam Friend
    #567219

    Hi John,

    Please add the css below into custom.css file

    .t3-off-canvas .t3-off-canvas-body .nav li a:hover{
    color: #3498db
    }

    you can change the color as you want.

    Thanks

    johnnys Friend
    #567222

    perfect thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  johnnys 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum