-
AuthorPosts
-
June 5, 2015 at 2:44 pm #293742
Working through cornerstone, I can’t seem to make the section background transparent. I have a background image for the page and I want to make the section transparent so that only my content is visible above the image.
Additionally, I’m noticing that even if I change the color on the section background, it doesn’t update. Anyone having similar issues?
June 5, 2015 at 8:38 pm #293992Figured it out: Just switched my theme to Integrity from Renew
June 6, 2015 at 6:33 am #294332Glad you’ve sorted it out.
June 12, 2015 at 1:04 pm #300191Well, I’m having the same issue and I am using Integrity. What do I do the make the sections/columns/etc transparent since I’m using an image on the background of a particular page?
ThxJune 13, 2015 at 2:30 am #300640Hello There,
Thanks for updating the thread! You can simply edit your section and remove the background color if you have added any. By default the section, rows and columns has a transparent background.
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thank you.
July 10, 2015 at 4:44 pm #326960I want to make the entire section transparent, meaning that whatever text or button I drop n will be the only thing visible with no white container at all. Is this possible with cornerstone?
July 10, 2015 at 10:36 pm #327086Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
July 13, 2015 at 12:52 pm #328804Thank you, my URL is http://www.stepstorestoration.org
Where do I get notifications that there is response to this thread?
July 13, 2015 at 1:20 pm #328846Hello @jameskatz
Thanks for updating! We are not sure which section you are trying to make transparent. Would you please clarify it a bit by adding some screenshots?
Ad you can subscribe the thread to get notifications (See top right of the thread to Subscribe).
Thanks
July 13, 2015 at 2:14 pm #328908Maybe I can clarify. When you make a row, it is a white rectangle. You can then add elements into it like text and buttons, call to action. But, it is all contained within the white rectangle which obstructs my background image. I have seen no way to make the sections transparent.
July 13, 2015 at 3:21 pm #329020Hi again,
You can try adding the following code in your Customizer via Appearance > Customize > Custom > CSS:
.x-section { background-color: transparent !important; }
Let us know how this goes!
July 13, 2015 at 5:35 pm #329163That didn`t work. It only prevents me now from being able to select any color for the section background. Here is the URL to the example I am working on. http://www.stepstorestoration.org/home/ I want the button and the text to be the only thing visible and not the section container. Pure text and button against the site background.
July 13, 2015 at 10:58 pm #329347Hello There,
You may add the following CSS. This will override the default white background color of the integrity content container:
.entry-wrap { background-color: transparent; box-shadow: none; }
And then you may now remove this custom CSS:
#x-section-1 .x-1-1 { background-color: rgba(24,215,190,0.3) !important; }
Please also remove the border for your section and you will now achieve the design you wanted.
Hope this helps.
July 14, 2015 at 5:59 pm #330389That did the trick, thank you so much ! 😀
July 14, 2015 at 10:23 pm #330533We’re delighted to assist you with this.
Cheers!
-
AuthorPosts