-
AuthorPosts
-
June 13, 2014 at 3:07 pm #56018
Hi I need to change the background color of few specific section can you help me with this issue ?
Thanks
June 14, 2014 at 8:24 pm #56391Hi 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.
June 15, 2014 at 4:02 am #56486Hi,
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…
June 16, 2014 at 4:08 am #56752Hey 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. 🙂
June 16, 2014 at 7:33 am #56828Here 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
June 17, 2014 at 1:10 am #57160Hey 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. 🙂
June 17, 2014 at 8:06 am #57279Great ! That works perfectly. Thanks for your great support.
David
June 18, 2014 at 6:13 am #57751You’re welcome David.
September 23, 2015 at 1:55 pm #400285Hi,
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!
September 23, 2015 at 4:39 pm #400415Hi 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?
-
AuthorPosts