1. Bugsys
  2. Commercial Templates
  3. Monday, 28 May 2018
  4.  Subscribe via email
Template J51-Kinvara

Hello,
please how can I change the color in the two little square boxes of the slideshow?
And the one square box of the flex gallery?

Thank you very much!
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

By default these squares are set by the button color set within your template settings. To use a custom color you can add the following to the Custom CSS field of your template settings (edit to taste)...

.layerslideshow .info-wrapper::before, 
.layerslideshow .info-wrapper::after{
background-color: #aaaaaa !important;
}


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

thank you for this solution.
For the slideshow it works. :D

But how can I change it for the flex gallery?

Thank you very much!
Helmut
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Oh, sorry!
Yes, the button color set the squares color of the flex gallery!

Thank you! :D
Regards
Helmut
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I too want to delete the little colored squares (lower left corner) in flexgallery pixs. I tried your css: in the custom.css


.layerslideshow .info-wrapper::before,
.layerslideshow .info-wrapper::after{
background-color: transparent !important;
}


I tried transparent for background-color and that didn't work. I also tried making the button color in the template transparent, but it won't save it as transparent.

I also tried this in the custom.css


.flexgallery figure::after {
position: absolute;
bottom: 0;
left: 0;
content: "";
height: 30px;
width: 30px;
background-color: transparent ;
z-index: 1040 !important ;
}



.flexgallery figure::after {
background-color: transparent !important;
}


Thanks, didn't work either.

Another solution please?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your template settings..

.flexgallery figure::after {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
That worked!! Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
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/index.php
  1. more than a month ago
  2. Commercial Templates
  3. # 7
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. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much, it worked like a charm! Have a super day!
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok