1. euanmcginty
  2. Commercial Templates
  3. Monday, 14 March 2016
  4.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Euan

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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Great!... thank you for the update.

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


.backgrounds .sidecol_a, .backgrounds .sidecol_b, .sidecol_a, .sidecol_b {
background-color: transparent;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
:) :)

Perfect, thank you!
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • Page :
  • 1


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