Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1580929
Blank Page
Closed

Comments

  • Linda Bookhardt started the conversation

    I recently installed the Scalia Dear Diary theme and would like to adding some blank pages.  I downloaded the word press app "blank slate" which gave me the page with no header or footer but it still has the background image.  I want to remove the background image from the blank pages only.  How do I do that?


    Thanks


    Linda

  • [deleted] replied

    Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

  • Linda Bookhardt replied

    Hi Max,

    I have the theme Scalia Diary one page.  I wanted to create a blank page with no header or footer and successfully did that with the help of the plugin "blank slate"  The issue is the background image (polka dots in grey) remains on the page.  How do i remove the background image off of just this one page.  Please see attached.


    Thanks for you help

    Linda

  • [deleted] replied

    Try to use next custom css on this  page:

    body {
        background-image: none;
    }
  • Linda Bookhardt replied

    Hi Max and thanks for that.


    I don't have next custom css.  I only have custom css and am confused as to how it would apply to just this one page.


    Thanks


    Linda

  • [deleted] replied

    Please give link to page where you have problem.

    You can add this code to custom css in visual composer.


  • Linda Bookhardt replied

    Hi Max,

    I actually replied to your email and it just bounced back to me.  Here is the link

    http://www.skincreamandmore.com/this-is-a-test-page-for-facebook-ads/

    Thanks  Linda

  • [deleted] replied

    Try this:

    body.page-id-10364 {
        background-image: none;
    }


  • Linda Bookhardt replied

    Thanks Max.  I have WP Bakery so finally found it and applied:)