• Hello, first of all thanks for the theme, im using it and im very happy with it, however there is one thing i would need your assistant. In the main navigation sub pages (i changed the site color to be blue instead of the default red) the background color is still red. First color blue but then when you press on them red. I would like to change it to be blue as well. I attach a pic maybe i didnt explain well. Thank you .
    https://imageshack.com/a/img913/4849/8VAToB.jpg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello

    you can try to add this code below using custom css plugin:

    #main-navigation li li {
        border-bottom: 1px solid #fff;
    }
    #main-navigation li:hover li a:hover, #main-navigation li.sfHover li a:hover {
        background-color: #1e73be;
    }

    Thread Starter Alex_Kruger_A

    (@alex_kruger_a)

    Hello awanrmb,
    that pretty much did it, many thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation subpage colour’ is closed to new replies.