1. micheldenis
  2. Commercial Templates
  3. Friday, 06 February 2015
  4.  Subscribe via email
Hello,

I'm doing a test using Cashmere with "small" slides in slideshow. See attachment.
Actually the results is not esthaetic as you can see: I would like to suppress this blue colour around the slides and get my background picture to come all around the slides. Probably the blue borders there should go away too ?
Here in reality it looks like the (blue) colour around the slides comes from either the set border colour or the set top-1 colour. This is strange as the slides are not in top-1 but in slideshow position, and I did not find the way to suppress or make full transparent these spaces all around the slides.
Btw: using Calibra I can perfectly get my background go all around the slides' space (ans without horizontal lines as borders at top and at bottom of slides' area.

Could you help please ?
Many thanks,
-michel
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michel

To amend could you try adding the following to the Custom CSS field of your templates parameters..


#container_slideshow {
background-color: transparent;
border-bottom: medium none;
border-top: medium none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciaran,

I have put it in, see attachment, it is making a big step towards something aesthetic.
Just remaining would be a way to suppress these sorts of horizontal line above the slides and below them (so that the overall background image does not appear as cut in 3 pieces).

Is there a way ?

Kind regards,
-michel
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I forgot about the shadow.. :blink: to include change your custom CSS to the following...


#container_slideshow {
background-color: transparent;
border-bottom: medium none;
border-top: medium none;
box-shadow: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That's great Ciaran !
It is magic in your hands.

many thanks,
michel
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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