Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1340356

    hello together
    I have here with this theme Enfold
    changed the body background color
    and added an additional background image

    this is now of course correctly displayed in the mobile view:
    see printscreen (path below)

    My question
    Can I simply choose a different color via css in the mobile view?

    Thanks in advance
    Friendly greetings
    Franz

    #1340370

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    html.html_boxed {
        background: red;
    }
    }

    Best regards,
    Rikard

    #1340415

    Hello Rikard

    Thanks a lot works great
    you can close this request

    kind regards
    Franz

    #1340417

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Body background color change on mobile view’ is closed to new replies.