COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] simple image gallery pro transparent gallery background?
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
[Solved] simple image gallery pro transparent gallery background?
- matthew bradshaw
- Topic Author
- Offline
- New Member
Less
More
13 years 7 months ago - 13 years 7 months ago #40489
by matthew bradshaw
[Solved] simple image gallery pro transparent gallery background? was created by matthew bradshaw
Hi, is it possible to make the simple image gallery background for the thumbnails transparent. I have searched but not found an answer that works for me. I have tried editing template.css without much success. My (work in progress)site is at www.beermattonline.com/joomla/ you will see that the galleries don't look great with this particular theme. Many thanks in advance.
Matt.
Matt.
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
13 years 7 months ago #40490
by Yiota
Replied by Yiota on topic Re: simple image gallery pro transparent gallery background?
If you want the background completely transparent, without the white background and the border, all you have to do is
li.sig-block {
background: none !important;
}
li.sig-block span.sig-link-wrapper {
background: none !important;
}
li.sig-block span.sig-link-innerwrapper {
border:0 !important;
}
li.sig-block {
background: none !important;
}
li.sig-block span.sig-link-wrapper {
background: none !important;
}
li.sig-block span.sig-link-innerwrapper {
border:0 !important;
}
Please Log in or Create an account to join the conversation.
- matthew bradshaw
- Topic Author
- Offline
- New Member
13 years 7 months ago #40491
by matthew bradshaw
Replied by matthew bradshaw on topic Re: simple image gallery pro transparent gallery background?
Hi Yiota, thanks for rapid reply. Do I edit that into the template.css file? I am pretty new to all this. What is strange is that the test gallery works (kind of) but the 22nd of May gallery doesn't despite them both just having ... {gallery}gallery{/gallery} and {gallery}ravenscourt{/gallery} in them.
Thanks, Matt.
Thanks, Matt.
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
13 years 7 months ago #40492
by Yiota
Replied by Yiota on topic Re: simple image gallery pro transparent gallery background?
Yes, add them to your template.css file.
Please Log in or Create an account to join the conversation.
- matthew bradshaw
- Topic Author
- Offline
- New Member
13 years 7 months ago #40493
by matthew bradshaw
Replied by matthew bradshaw on topic Re: simple image gallery pro transparent gallery background?
Hi Yiota, thanks for your help. I have done that and still I get a difference between my 2 galleries (Test gallery and 22nd of May). I tried deleting the article 22nd of May and making a new one but I still get the white background ??? Any suggestions?
Many thanks, Matt.
Many thanks, Matt.
Please Log in or Create an account to join the conversation.
- matthew bradshaw
- Topic Author
- Offline
- New Member
13 years 7 months ago #40494
by matthew bradshaw
Replied by matthew bradshaw on topic Re: simple image gallery pro transparent gallery background?
... Don't worry. I seem to have sorted it out by making a new article.
Thanks, Matt.
Thanks, Matt.
Please Log in or Create an account to join the conversation.
- Cristiano Repupilli
- Offline
- New Member
Less
More
- Posts: 1
12 years 2 months ago #40495
by Cristiano Repupilli
Hello, I'm having the same problem with the white background. I've added the code above in my template.css file but the background is still there. Am I doing something wrong? Could you please help out as I've been struggling on this for some time and can't seem to figure out a solution. my testing website is at: justvip.altervista.org/index.php/it/prodotti/donna/scarpe-donna/item/63-green-bullet
any help very much appreciated!
Chris
Replied by Cristiano Repupilli on topic Re: simple image gallery pro transparent gallery background?
If you want the background completely transparent, without the white background and the border, all you have to do is
li.sig-block {
background: none !important;
}
li.sig-block span.sig-link-wrapper {
background: none !important;
}
li.sig-block span.sig-link-innerwrapper {
border:0 !important;
}
Hello, I'm having the same problem with the white background. I've added the code above in my template.css file but the background is still there. Am I doing something wrong? Could you please help out as I've been struggling on this for some time and can't seem to figure out a solution. my testing website is at: justvip.altervista.org/index.php/it/prodotti/donna/scarpe-donna/item/63-green-bullet
any help very much appreciated!
Chris
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] simple image gallery pro transparent gallery background?