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

    http://www.crestedbuttecomputers.com/dev/unitedstatesfittings/

    I would like the “Request A Quote” item in the custom menu in the sidebar on the left to have the same styling as the “Request A Quote” Button in the top menu. I have applied that option in menu styling but it doesn’t apply…

    Also – is there a way to change the styling of the :before bullet in the sidebar menu? Secondary and Tertiary links should have a different bullet.

    #546780

    Hi ewingmh!

    you would need to call the specific menu items by using menu item number, e.g.:

    li#menu-item-588:before {
    content: "\2219";
    }
    

    Regards,
    Andy

    #546792

    That answers the 2nd half – anyone know about the 1st half of the question?

    • This reply was modified 8 years, 11 months ago by ewingmh.
    #547062

    Hi!

    Please add following code to Quick CSS as well

    #nav_menu-2 li#menu-item-600 a {
        padding: 10px;
        background: #6786a1;
        color: white;
        border-radius: 3px;
    }

    Cheers!
    Yigit

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