Hi there,
Is it possible to have the background semi-transparent in Ashley so that the background shows through similar to the Clarity template?
I couldn't see an obvious setting.
Cheers,
Euan
- euanmcginty
-
- Commercial Templates
- Monday, 14 March 2016
- Subscribe via email
Hi Euan
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
#container_main, #container_header {
background-color: rgba(255, 255, 255, 0.8);
}
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thanks for this, Ciarán, almost perfect! The issue I have is that I have thick white bands at either side of the Layer Slideshow component where they're not transparent. I've tried adding:
#container_main, #container_header, #container_showcase {
background-color: rgba(255, 255, 255, 0.8);
}
but that didn't do it.
Is there a way to have these areas semi-transparent as well so that it looks seamless?
Cheers,
Euan
#container_main, #container_header, #container_showcase {
background-color: rgba(255, 255, 255, 0.8);
}
but that didn't do it.
Is there a way to have these areas semi-transparent as well so that it looks seamless?
Cheers,
Euan
- more than a month ago
- Commercial Templates
- # 2
Hi Euan
The above CSS with #container_slideshow should have done the trick. Would you have a URL to this and I will examine it further?
Ciarán
The above CSS with #container_slideshow should have done the trick. Would you have a URL to this and I will examine it further?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
That sorted it - I perhaps had a typo previously. Now having fun playing with different degrees of transparency for different positions - too much choice!
Cheers,
Euan
That sorted it - I perhaps had a typo previously. Now having fun playing with different degrees of transparency for different positions - too much choice!
Cheers,
Euan
- more than a month ago
- Commercial Templates
- # 4
Hi Ciarán,
I'm having a similar problem now with the left menu. The template is now live on http://www.oceanoptometry.ca and in the pages for "the Collections" for frame collections and exam collections the module in sidecol-a should be semi-transparent. The CSS has:
#container_main, #container_slideshow, #container_sidecol-a {
background-color: rgba(255, 255, 255, 0.8);
}
but the left menu is solid???
Sorry to bother you with this again
Thanks,
Euan
I'm having a similar problem now with the left menu. The template is now live on http://www.oceanoptometry.ca and in the pages for "the Collections" for frame collections and exam collections the module in sidecol-a should be semi-transparent. The CSS has:
#container_main, #container_slideshow, #container_sidecol-a {
background-color: rgba(255, 255, 255, 0.8);
}
but the left menu is solid???
Sorry to bother you with this again
Thanks,
Euan
- more than a month ago
- Commercial Templates
- # 6
Hi Euan
To remove the background color of your side column modules try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To remove the background color of your side column modules try adding the following to the Custom CSS field of your templates parameters...
.backgrounds .sidecol_a, .backgrounds .sidecol_b, .sidecol_a, .sidecol_b {
background-color: transparent;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
- 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 »