• Resolved syumi

    (@syumi)


    Hello

    I would like to add top or bottom borders on secondary menu
    It seems not working after adding CSS code in the theme option advanced settings area, but worked when I tested live change (inspect element)
    The code I used as below and wonder if anything I did wrong.

    .navclass {
    border-top: solid black 1px;
    }

    Please help

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey, try using this instead:

    #nav-second ul.sf-menu a {
      border-top: solid black 1px;
    }

    Goes in theme options > advanced settings.

    Hannah

    Thread Starter syumi

    (@syumi)

    Hi Hannah,
    Thanks for your quick support, tried this but no lucky.
    It’s very strange, all header area doesn’t allow me to change the custom CSS for certain things including the background color of header.

    My site:http://ymasquare.ssjk2.com/

    What else is in your custom css? Make sure all the brackets are in the proper places.
    You can set the header background in theme options > advanced styling.

    Hannah

    Thread Starter syumi

    (@syumi)

    I could change the background color of secondary menu, but I couldn’t add the borders and change the background color for header even I used setting in theme options advanced styling.

    Thread Starter syumi

    (@syumi)

    It worked after making the custom CSS in order.
    Thank you so much for your help Hannah.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Adding borders in secondary menu’ is closed to new replies.