Can I customize the color of the next and back arrows and the x in the ThumbsGallery?
Thanks for support.
Reto
- retoo
- Commercial Templates
- Friday, 11 October 2024
- Subscribe via email
Yes, but only with CSS commands and a link to your thumb gallery (website) is required...
- more than a month ago
- Commercial Templates
- # 1
Of course: Here's the URL of an example of the gallery:
https://omixidif.myhostpoint.ch/joomla/index.php/mfh-boppelsen
The customer would like the arrows and the x in gold #b98c1d.
Reto
https://omixidif.myhostpoint.ch/joomla/index.php/mfh-boppelsen
The customer would like the arrows and the x in gold #b98c1d.
Reto
- more than a month ago
- Commercial Templates
- # 3
Hi Reto
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.baguetteBox-button svg polyline {
stroke: gold;
}
Edit to taste
Ciaran
- 4 weeks ago
- Commercial Templates
- # 4
Thank you, that works perfectly! The gold-loving customer will be delighted :-)
Can the X at the top also be made gold?
Reto
Can the X at the top also be made gold?
Reto
- 4 weeks ago
- Commercial Templates
- # 5
To the further question (color X)?
Here is an example to illustrate. Thanks for your feedback.
Reto
Here is an example to illustrate. Thanks for your feedback.
Reto
- 3 weeks ago
- Commercial Templates
- # 6
Hello
To amend you can also add the following...
Ciaran
To amend you can also add the following...
.baguetteBox-button#close-button svg g {
stroke: #b98c1d;
}
Ciaran
- 2 weeks ago
- Commercial Templates
- # 7
Now it gets petty ;-) the customer would like to have something adjusted again:
Can the grey transparent area behind the arrow (baguette-box-button) and the close-button be removed?
Reto
Can the grey transparent area behind the arrow (baguette-box-button) and the close-button be removed?
Reto
- one week ago
- Commercial Templates
- # 9
Hi Reto
To amend try also adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
CiarĂ¡n
To amend try also adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.baguetteBox-button {
background: transparent;
}
CiarĂ¡n
- one week ago
- Commercial Templates
- # 10
- 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 »