• Resolved kenneth.go

    (@kennethgo-1)


    Is there anyway to make the background image not bleed into things like blog posts, the menu bar, and everything else that isn’t associated with the background? I was hoping that the other elements (blog posts, pages, side widgets, etc.) would not be affected by the background image and instead only have a white background against the text.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Just change the background color for the page section of the site. You can add your custom css under “Theme Options” “Tools” and if you add the following css if you use a boxed layout then the box area will be white and the area larger than your boxed area will show your background imgage.

    .boxed-layout #page {
    margin: 40px auto 0px;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #64160E;
    box-shadow: 0px 1px 10px #64160E;
    border-radius: 4px;
    clear: both;
    position: relative;
    }

    Theme Author Access Keys

    (@access-keys)

    This seem to have solved your issue. If you have any further query you can post it in our support forum:
    https://accesspressthemes.com/supports/

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background Image not functioning as intended’ is closed to new replies.