• Resolved ChuckH58

    (@chuckh58)


    Hi Forum. I am in the process of redesigning a website from a drag and drop program called Antenna to make it into WordPress. The problem I am having is that I want the site to be almost exactly the same when I reconstruct it using WordPress but I can’t figure out how to make the background and the page content containers to show up with the star background. In Antenna I was able to get that effect by using layers which was very easy to do but with WordPress I don’t have that option. Or do I? It seems the only why I might be able to do this is by altering the CSS code. Is there a Theme or a plugin that will allow me to make the “white” page backgrounds into the “stars” backgrounds?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    That’s just CSS, so you can do it as custom CSS once you start building your site. Custom CSS is built into WP, in the… wait for it…. customizer!

    Thread Starter ChuckH58

    (@chuckh58)

    I am familiar with Custom CSS, I have used it before. I want to use a Page Builder(SiteOrigin)which breaks up the structure of a page and sometimes causes problems with themes recognizing images or backgrounds for each widget section. Do you know the custom css code for using an image as a page instead of just a plain white page?

    Thread Starter ChuckH58

    (@chuckh58)

    I was able to figure it out buy adding a Full Page Background plugin and this simple css code to take out the rest.
    .page_wrap {
    z-index: 2;
    background: transparent;
    }
    Now all of my pages will have the desired star background that I want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page background’ is closed to new replies.