1. Thomash86
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 27 June 2013
  5.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Thomas

Sure.. try adding the following to the Custom CSS field of your templates parameters....


#logo {
background: none;
box-shadow: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
To remove the footer area try also adding the following...


#container_base {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
perfect!!! its working! thanks thanks thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
is it also possible that the main box from the site is also tranparent??
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Presuming I understand you correctly try also also adding the following to the Custom CSS field of your templates parameters...


.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
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
hello

thanks, but i want that th white background from the box is transparent

greetings
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry to say this is not possible as to be transparent the surrounding div (border) also has to be made transparent.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
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.


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
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
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/
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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
  1. more than a month ago
  2. Commercial Templates
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok