Tagged: x
-
AuthorPosts
-
October 1, 2016 at 3:25 am #1198306
alamtfuerwerbungParticipantHi, could you please check http://www.sub.amtfuerwerbung.de/protec/
There is a png (with with symbols) set as backgroundimage behind the van.
Can I set a backgroundcolour behind the png. I did it in Chrome for thest purpose in the developer mode,
but I can´t find the right css to add in the theme. The first section has the ID header.Could you please send me the right order.
Thx
AndreOctober 1, 2016 at 3:40 am #1198313
Rue NelModeratorHello Andre,
Thanks for writing in! I have check your page. To be able to add a background color, please edit your page again in Cornerstone and set a background color, pick the color that suits you and then click on the background image make sure that the png image is correct. Saved your changes and please try to preview it. If nothing has change, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
#header { background-color: red !important; }Feel free to change the color that will match with your layout.
Hope this helps. Please let us know how it goes.October 1, 2016 at 4:01 am #1198321
alamtfuerwerbungParticipantGreate that works thx.
If I want a gradient, instead of one color, where do I have that code?
background: radial-gradient(white 10%,#f69400 90%);Thx
AndreOctober 1, 2016 at 4:10 am #1198328
ChristopherModeratorHi there,
Instead of
background-color: red !important;addbackground: radial-gradient(white 10%,#f69400 90%);.
You can use this tool http://www.cssmatic.com/gradient-generator#’\-moz\-linear\-gradient\%28left\%2C\%20rgba\%28248\%2C80\%2C50\%2C1\%29\%200\%25\%2C\%20rgba\%28241\%2C111\%2C92\%2C1\%29\%2050\%25\%2C\%20rgba\%28246\%2C41\%2C12\%2C1\%29\%2051\%25\%2C\%20rgba\%28240\%2C47\%2C23\%2C1\%29\%2071\%25\%2C\%20rgba\%28231\%2C56\%2C39\%2C1\%29\%20100\%25\%29\%3B’ to generate gradient background.Hope it helps.
October 1, 2016 at 4:17 am #1198335
alamtfuerwerbungParticipantthat was my thought, but If I do so, the overlayerd .png disappears 🙁
thx for the tool.
andre
October 1, 2016 at 4:34 am #1198337
ChristopherModeratorHi there,
Please update your code to :
#header:before { background: radial-gradient(white 10%,#f69400 90%) !important; content: ""; position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; right: 0; left: 0; display: block; opacity: 0.5; }Add
position: relative;in header section’s style field.Hope it helps.
October 1, 2016 at 4:58 am #1198344
alamtfuerwerbungParticipantIt works, but now the next section has the same background and I can edit it in cornerstone?!
”
Add position: relative; in header section’s style field.”Do you mean here: http://ctrlv.in/856504
thx
aOctober 1, 2016 at 5:23 am #1198357
ThaiModeratorYes, that’s correct.
You can also add the following CSS instead:
#header { position: relative; }Hope it helps 🙂
October 2, 2016 at 4:41 am #1199151
alamtfuerwerbungParticipantgreat thx!
Andre
Themecosupport is awesome!
October 2, 2016 at 5:07 am #1199167
FriechModeratorYour satisfaction is a great compliment for us.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1198306 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
