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!
- Bugsys
-
- Commercial Templates
- Monday, 28 May 2018
- Subscribe via email
Hello
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
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
- more than a month ago
- Commercial Templates
- # 2
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!
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
- more than a month ago
- Commercial Templates
- # 3
Hello
To amend you can add the following to the Custom CSS field of your template settings..
Ciarán
To amend you can add the following to the Custom CSS field of your template settings..
.flexgallery figure::after {
display: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
I too want to delete the little colored squares (lower left corner) in flexgallery pixs. I tried your css: in the custom.css
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
Thanks, didn't work either.
Another solution please?
.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?
- more than a month ago
- Commercial Templates
- # 6
Oh, sorry!
Yes, the button color set the squares color of the flex gallery!
Thank you!
Regards
Helmut
Yes, the button color set the squares color of the flex gallery!
Thank you!
Regards
Helmut
- more than a month ago
- Commercial Templates
- # 7
Hello Ciarán,
thank you for this solution.
For the slideshow it works.
But how can I change it for the flex gallery?
Thank you very much!
Helmut
thank you for this solution.
For the slideshow it works.
But how can I change it for the flex gallery?
Thank you very much!
Helmut
- more than a month ago
- Commercial Templates
- # 8
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)...
Ciarán
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
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »