• Resolved bull4

    (@bull4)


    Is it possible to place small images under the menu bar? I’m using the secondary menu user the header. Basically I want to put a brush stroke image under each of the category menus. Or would it be easier to edit the buttons.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add css and put a “background image” (your stroke image) for the menu items. Then make the background sit below the menu items. The css would be something like:

    #nav-second ul.sf-menu>li {
    background: url('linktotheimage');
    background-position: center bottom;
    background-repeat: no-repeat;
    }

    Kadence Themes

    Thread Starter bull4

    (@bull4)

    Thanks again worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘insert images under menubar’ is closed to new replies.