[Support request] background image in slide-out side bar

Home Forums Support [Support request] background image in slide-out side bar

Home Forums Support background image in slide-out side bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #324488
    Rachael

    Hi, is it possible to use a background image for the slide-out menu? If so, how do I go about doing that? Thank you.

    #324518
    Tom
    Lead Developer
    Lead Developer

    Right now you would have to apply it to the primary menu if using the options.

    You can use CSS though – do you want to add a BG image to the entire area, or just the menu items?

    #324739
    Rachael

    the entire area please.

    #324748
    Leo
    Staff
    Customer Support

    Try this:

    #generate-slideout-menu {
        background-image: url("URL HERE");
        background-position: center center;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #324772
    Rachael

    I will try that. Thank you.

    #324907
    Leo
    Staff
    Customer Support

    You’re welcome 🙂 Let me know if it works out!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.