How i can change background for pages?

  • Posted in : ikonik
  • Cortez
    Participant

    I would like to change background for page – example – “About me”.
    Where i can do it?
    Default is white, i would like to place some image

    serkan
    Moderator

    Hi, This custom css code will change all pages background color;

    .one-page-content { background: #eb9a9a !important; }

    If you want to change specific page’s color, we need to check the page’s id. You can find it via inspector or tell me the related page and i can help you with.
    In the same way, you can also add background image instead of color via this custom css code;

    .one-page-content.is-visible { background-image: url(paste the image url here); }

    Thanks

    Cortez
    Participant

    Thanks that help!

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register