1. Michael Johnson
  2. Commercial Templates
  3. Sunday, 21 February 2016
  4.  Subscribe via email
Hi,

Probably a silly question, but it\'s driving me nuts. How do I remove the text box in the slideshow in the Ashley template?

I have deleted the titles and all text, but now get an empty box in the bottom-right corner.
Accepted Answer Pending Moderation
0
Votes
Undo
I have hidden the problem by making the box transparent, adding the following to the custom CSS for the homepage

.layerslideshow .info {
opacity: 0;
}

Is there an easier way?
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michael

A more popular option would be to use the following CSS which can be added to the Custom CSS field of your templates parameters...


.layerslideshow .info{
display: none;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
That is much neater.

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


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