Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #56018

    David L
    Participant

    Hi I need to change the background color of few specific section can you help me with this issue ?

    Thanks

    #56391

    Rad
    Moderator

    Hi David,

    Thank you for writing in!

    It depends on your current content and the scope of this specific element. Could you provide a url address with this sections? Does it need to be unique for each section instance or should apply to all same instances of that section?

    Let me know.

    #56486

    Daniel R
    Participant

    Hi,

    I am struggling with this too. I want to highlight a band across a section of my page using a background colour and have a call out within that section but with no container. As a reference, I am aiming for something like this page where the green background highlights a new section:https://www.talenthouse.com/i/create-a-video-for-spotify but I want that section to enclose a centred call to action and button.

    The code I am currently using is:

    [content_band no_margin=”true” bg_color=”#C9E9E5″ border=”bottom” padding_top=”0px” padding_bottom=”0px”] [callout type=”center” inner_container=”true” style=”background-color:”#C9E9E5;” title=”Ready to Get Started?” message=”If you are unsure whether therapy, Counselling or a Psychologist are right for you, or would like to find out more about what therapy might be right for you or someone close to you…” button_text=”Feel free to contact me” href=”http://theme.co/x/go/join.php” circle=”false”]

    But that gives me a container with a plain background over my background colour. Is there a way I can get rid of the container and just have the “Ready to Get Started?” and subsequent text centered with the button below also centered sitting in a content band with background colour “#C9E9E5”?

    Thanks in advance…

    #56752

    Christian
    Moderator

    Hey Daniel,

    Please try setting the content band’s inner_container attribute to false.

    To understand more about the Content Band, please watch our walkthrough http://theme.co/x/member/kb/shortcode-walkthrough-content-band/ and some samples http://theme.co/x/demo/integrity/1/shortcodes/content-band/.

    Hope that helps. 🙂

    #56828

    David L
    Participant

    Here you’ll find what I mean : http://fugitif.ca/camouflage/ it’s a simple website I’m doing pro bono. Just want to change the color of the callout section that is actually white.

    Thanks

    #57160

    Christian
    Moderator

    Hey David,

    Please add the CSS below in the Customizer > Custom > CSS.

    .x-callout {
    border: 1px solid transparent;
    background-color: transparent;
    }

    Change transparent as per your needs.

    Hope that helps. 🙂

    #57279

    David L
    Participant

    Great ! That works perfectly. Thanks for your great support.

    David

    #57751

    Christian
    Moderator

    You’re welcome David.

    #400285

    seamus55
    Participant

    Hi,

    I am facing a similar problem to the original question. I want to change the background color of a specific section. Can I add or change sections to get the attribute? I don’t see any tools in the ‘section’ area to adjust colors in any way. You can see our site here: http://www.onepricedeliverydrycleaners.com/

    What I am attempting to do is get the sections to alternate in color to differentiate each. So the first is white (with theme) the next is blue (in the demo content, this section already had a Background color, so it was simple to change. Next is white again. The ‘our pricing’ section, I would like to make blue, but can’t.

    Thank you!

    #400415

    Jade
    Moderator

    Hi there,

    I have checked on your link and it seems like you are already able to sort it out as the Pricing section now has a blue background. Can you confirm that this is now sorted?