1. sdoratti
  2. Commercial Templates
  3. Tuesday, 11 September 2018
  4.  Subscribe via email
Hi Ciaran,

I am trying to remove the two squares on the bottom right corner of the layerslideshow in Colette. I tried this code but it didn't work:

.layerslideshow .info-wrapper::after {
display: none;
}

Can you steer me in the right direction? Thanks so much!
References
  1. http://ssteckphotography.com
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.layerslideshow .NextArrow,
.layerslideshow .PrevArrow {
display: none !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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