hello
my homepage is smo-wien.at
i want to make the bacground from Firmenname SZS tranparent.
is it anyway possible?
Also I want that the black bar from the bottom of the page is away?
Thanks a lot!
thomas
Hi Thomas
Sure.. try adding the following to the Custom CSS field of your templates parameters....
Ciarán
Sure.. try adding the following to the Custom CSS field of your templates parameters....
#logo {
background: none;
box-shadow: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
To remove the footer area try also adding the following...
Ciarán
#container_base {
display: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Presuming I understand you correctly try also also adding the following to the Custom CSS field of your templates parameters...
Ciarán
.module .j51imagelinkhover .j51button a, .module_style-box .j51imagelinkhover .j51button a, #container_main .wrapper960, #container_spacer1 .wrapper960, #container_bottom_modules .wrapper960, #hornav li > a:hover, #hornav li.active > a, #container_spacer2 .wrapper960, #container_hornav_mobile .wrapper960, #container_top3_modules .wrapper960, #container_slideshow_modules .wrapper960, #container_slideshow .wrapper960, #container_top_modules .wrapper960, #container_spacer2.container .wrapper960, .maincontent, #bottom_modules.block_holder, #top_modules.block_holder, #wrapper_top-3 {
background: none repeat scroll 0 0 transparent !important;
border: medium none;
box-shadow: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
hello
thanks, but i want that th white background from the box is transparent
greetings
thanks, but i want that th white background from the box is transparent
greetings
- more than a month ago
- Commercial Templates
- # 6
Sorry to say this is not possible as to be transparent the surrounding div (border) also has to be made transparent.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 7
No Problem.. i think its better when this box is not transparent, otherwhise you cant read the text
BUT why i have at the bottom a white bar and not normal background picture
BUT why i have at the bottom a white bar and not normal background picture
- more than a month ago
- Commercial Templates
- # 8
Hello
The is due to your site content not exceeding the height of your browser window. To amend try adding the following to your Custom CSS field which will move your background image to the body.
Ciarán
The is due to your site content not exceeding the height of your browser window. To amend try adding the following to your Custom CSS field which will move your background image to the body.
body {
background-attachment: fixed !important;
background-clip: border-box !important;
background-color: transparent !important;
background-image: url("../images/IMG_1122neu.jpg") !important;
background-origin: padding-box !important;
background-position: 50% 0 !important;
background-repeat: no-repeat !important;
background-size: cover;
}
#body_bg {
background: none repeat scroll 0 0 transparent !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
thanks for your help!
at the dropdown menu the bachgroundpicture is going away. why? On each other menu its available
http://szabo.co.at.dd32122.kasserver.com/
at the dropdown menu the bachgroundpicture is going away. why? On each other menu its available
http://szabo.co.at.dd32122.kasserver.com/
- more than a month ago
- Commercial Templates
- # 10
Hello
Try replacing the added CSS to the following...
Ciarán
Try replacing the added CSS to the following...
body {
background-attachment: fixed !important;
background-clip: border-box !important;
background-color: transparent !important;
background-image: url("http://szabo.co.at.dd32122.kasserver.com/images/IMG_1122neu.jpg") !important;
background-origin: padding-box !important;
background-position: 50% 0 !important;
background-repeat: no-repeat !important;
background-size: cover;
}
#body_bg {
background: none repeat scroll 0 0 transparent !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »