Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #376768

    Hi,

    I’ve tried this,

    .main_color li {
    border-color: white !important;
    }

    Colour changes OK in chrome Inspect Element but is overwritten on page refresh.

    Element parameter ‘menu colour’ is set as – Main Content – where theme border colour is #4e4e4e

    #376771

    Hey user877!

    Please try adding following code to Quick CSS instead

    #top .av-submenu-container {
    border-color: white!important;
    }

    Best regards,
    Yigit

    #376780

    thanks for the lightening response!

    That worked OK for border. Now the separator between menu page text didn’t change and still remain default theme border colour.

    For example, home | about | etc..

    #376784

    Hey!

    Please add following code to Quick CSS as well

    #top .av-subnav-menu li a {
    border-color: white;
    }

    Best regards,
    Yigit

    #376896

    thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullwidth sub menu page element – border colour not changing with custom CSS’ is closed to new replies.