Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #26884

    See this testing page: http://bluemontinluray.com/about-us/

    I want the dark blue/with dots as the background..but not in the area where the text is.

    I keep checking the elements but can’t quite find how to get a custom css to make that area white.

    Hope you can help!

    Thank you!

    #131972

    This seems like a simple answer yet no one has said anything yet. Any ideas?

    Thank you

    #131973

    Hi,

    Just add this on your custom.css or Quick CSS

    #after_layer_slider_1 {
    background: white;
    }

    Regards,

    Ismael

    #131974

    Sorry…if you look here: http://bluemontinluray.com/about-us/

    That did not work

    Any other suggestions?

    Thank you

    #131975

    Hi,

    They work on my end. Please remove browser cache then reload the page. Or you can use this instead:

    .main_color.container_wrap.fullsize {
    background: white;
    }

    Regards,

    Ismael

    #131976

    This does not work. Please look at this page: http://bluemontinluray.com/faq/

    I want the content area to be a white background like on the home page and about page. Why doesn’t it do it for all pages?

    Thank you.

    #131977

    Hi,

    I hope this fixes it:

    .main_color {
    background: white;
    }

    Regards,

    Ismael

    #131978

    That makes the ENTIRE background white. I just want the content area to be white and the background of the page to be the teal polka dot effect.

    This page has the effect I want. and with all the changes now…I don’t know how I even achieved this???

    http://bluemontinluray.com/about-us/

    #131979

    This seems like such a simple matter of a code style somewhere because it works on one page but not the others. Can someone please look into this. I do appreciate your assistance.

    #131980

    Hi,

    Sorry for that. This will make all the content container white:

    .main_color {
    background: none;
    }

    .template-page.content, .sidebar {
    background: white !important;
    }

    I hope this fixed the issue.

    Regards,

    Ismael

    #131981

    Sorry that does not work. It just makes the entire background white. I want just the content are white such as here: http://bluemontinluray.com/about-us/

    I can’t attach a screen shot here for you to see.

    #131982

    Still no solution??

    #131983

    Hi,

    I modified the code above. Let me tag the rest of the support team. The code works on my end, I’m not sure why it doesn’t work on yours.

    Regards,

    Ismael

    #131984

    I just went back in and changed the background style settings. My client will just have to live with it as is unless we come up with something that works.

    #131985

    Hi elames,

    Reading over the topic I’m not clear at all on what it is you are trying to do vs what is live. If you want a specific color for a section you can use the Color Section element within the Advanced Layout Editor and you can use layout elements to create groups of content within that custom color section.

    If you can provide a mock up or screenshot illustrating what it is you are looking for perhaps we can assist further.

    Regards,

    Devin

    #131986

    Hi Devin

    Thanks for posting. I just spent 30 minutes watching your video :-) Nice job by the way.

    I think your explanation of using the color section gave me the information I needed.

    So I guess I would tell others…Watch videos and read first…then if it doesn’t work…post a question.

    Great support!

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Text area background color’ is closed to new replies.