Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Background image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10629
    emailrr
    Participant

    Hello again Support Team

    We want to add a background image to our theme, now that we have selected box view.

    However, the background image shows on the pages where there is writing and the writing becomes eligible, due to the background image.

    The Home page still looks good as the background image can only be seen outside the borders of the box view. However, on other pages the background loses it’s white background and is replaced by the background image.

    Is there a way to keep the background on the other pages white, yet still show the background image, outside the box view border?

    Many thanks in advance

    #10683
    Grace Themes
    Member

    Hi,

    To display white background color for inner pages with background image

    Go to Appearance – Theme options -> Basic Settings -> Custom CSS
    add below css code

    .boxlayout .content-area { background-color:#FFFFFF; }

    Regards
    Grace Themes

    #10699
    emailrr
    Participant

    Thank you for this.

    However, the white fill doesn’t seem to go right to the edge of the border? Is there a way to make the white fill inline with the edge of the header and footer?

    Many thanks

    #10712
    Grace Themes
    Member

    Add below css code in Custom CSS box

    .boxlayout .content-area { background-color:#FFFFFF; margin-top:-7px; }

    Regards
    Grace Themes

    #10715
    emailrr
    Participant

    Thank you.

    Sorry, just one last thing; what would be the css for the left and right margin too?

    As currently the left and right, are still not in line with the header and footer

    Many thanks

    #10722
    Grace Themes
    Member

    Hi,

    I have added the below css code in Custom CSS box of your site

    .boxlayout { background-color:#ffffff; }

    Their is no need for this css code: .boxlayout .content-area { background-color:#FFFFFF; margin-top:-7px; }

    Regards
    Grace Themes

    #10727
    emailrr
    Participant

    Thank you so much 🙂

    #10731
    Grace Themes
    Member

    You are most Welcome!!

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