• Resolved graham1030

    (@graham1030)


    Hi,

    I’m looking to add black dots between my menu items on my primary menu. I have searched the forums but can’t find anything that works. Anybody have any idea how i can achieve this?
    I’m using the Virtue theme
    my site is https://www.thebagonmyback.com

    Thanks
    Graham

Viewing 3 replies - 1 through 3 (of 3 total)
  • hey graham you can use this property of css

    .classname {
    border-left:1 dotted #000;
    }

    Thread Starter graham1030

    (@graham1030)

    Hi, thanks for your reply, unfortunately that made no difference to my menu

    Hey,
    You can add this css into your theme options > advanced settings:

    #nav-main .sf-menu > li {
        border-right: 2px dotted #444;
    }
    #nav-main .sf-menu > li:last-child {
        border-right: 0;
    }

    Ben
    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding dots between menu items’ is closed to new replies.