• I would like to change the menu css/style from just being a color background to an actual image. Where in the php files do I have to go to change this.

    I would like this to occur on every page.

Viewing 1 replies (of 1 total)
  • Hello there,

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    #mainnav ul.menu > li > a{
      background-image: url('http://yoursite.com/path/to/image.png');
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
    }

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Change Menu Background to Image?’ is closed to new replies.