1. floskin
  2. Commercial Templates
  3. Wednesday, 27 November 2013
  4.  Subscribe via email
hi, I am using Renovate template with slideshow. I want to relocate the window for slideshow. I have got something using scrap instructions but not working for gap slideshow and its header. At last I got something but it is showing something I guess it is the border line of slideshow. It appears in grey. I am pretty sure it is much easy to do that I did, but I am nox expert ... How ca I get it easier or, at least, how I can remove grey line of border?
http://www.bonaterra.net
Accepted Answer Pending Moderation
0
Votes
Undo
sorry for mistake. not scrap, padding
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To remove the box-shadow on your slideshow try adding the following CSS to the Custom CSS field of your templates parameters...


.slideshowcontainer {
box-shadow: none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, it works !!!

another issue

I have a horizontal carrousel (JEA slider) linked to properties in my database. It is in position top 3-a. Question is that appears a white wide border around the carrousel. How can I eliminate the white area or colour it as the rest of background?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Try also adding the following to your Custom CSS field...


#top3_modules.block_holder {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
box-shadow: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Great. Solved !!! thanks !!!
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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