• Hello Alexandr! Tell me how you can change the color of the sidebars and menus. But if it is possible to put a background image in the sidebar and in the menu, it would be very good. I tried a variety of plug-ins that allow using the visual editor to replace the background of an element. But alas, they do not give me what I need, at least this is all problematic.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    Try this additional CSS:

    
    .s1 { background: red; }
    .s2 { background: blue; }
    

    Just add your background images there instead of the solid colors.

    As for menu backgrounds:

    
    #nav-topbar.nav-container { background: red; }
    #nav-header.nav-container { background: red; }
    #nav-subheader.nav-container { background: red; }
    #nav-footer.nav-container { background: red; }
    

    Change those as you wish.

Viewing 1 replies (of 1 total)
  • The topic ‘Background image in sidebar and menu’ is closed to new replies.