Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1123375

    Via a different thread (below), I was able to change the color of a submenu on my page, but I would like the | lines separating the pages to be the same color as text. My website is in the private content below.

    https://kriesi.at/support/topic/change-sub-menu-color/

    #1123590

    Hey arch2030,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1123597

    Thanks Victoria, that didn’t seem to work though. any other suggestions?

    #1123664

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.