Okay
  Public Ticket #3359981
Change menu background
Closed

Comments

  • Roberto started the conversation

    Hi there, i would like to change the background in the menu area with an image, how can i do this?

    Thanks in advanced,

    Roberto

  •  1,558
    Laborator replied

    Hi Roberto,

    That's not possible through Theme Options, you can only achieve that using custom CSS so if you want to do that add the following CSS to Custom CSS:

    .header-block, .site-header--static-header-type {
        background-image: url(http://www.mveloci.com/v2/wp-content/uploads/2023/04/fondo3.jpg?id=2219) !important;
        background-position: 0 0 !important;
        background-repeat: repeat !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Roberto replied

    Hi Art,

    It works! thanks you so much!

    Best regards,

    Roberto.

  •  1,558
    Laborator replied

    You're welcome Robertosmile.png

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group