hello. how can i give area 1 http://imgur.com/vKLZf1h the same background color like area 2 That means, area 1 should get a lighter gray color :) where can i change this color?
Hi Alex!
Please add following code to Quick CSS
html { background-color: #d9d9d9; }
Best regards,
Yigit
Hi Yigit. I have added this to my style.css file.
html { background-color: #c9c9c9; }
But there is no effect. http://imgur.com/4007cjK I want to get the color from 1 to area 2 that it looks like this: http://imgur.com/YwwzCln
Can you help me with this? Thanks Yigit.
Hi!
Please try this:
#socket + div, #socket + div * {
background: #c9c9c9 !important;
}
Regards,
Ismael
Wow. works perfect. THank you Ismael and i wish you a great weekend :) CLOSED.
Can you maybe help me to center a video in a layer slider here: https://kriesi.at/support/topic/add-youtube-video-to-layer-slider/