OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
change the color of the nav-icons (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 1

Change the color of the nav-icons

bGFX (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:change the color of the nav-icons 1 Year ago
Karma: 0  
Thanks a lot, that works fine

Now, there are the two arrows - left and right.
They've also an dark background... could I also turn it to white?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:change the color of the nav-icons 1 Year ago
Karma: 101  
You need add

.os_fancybox-navigation button{
color: black;
background: #ffffff !important;
}


Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
bGFX (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:change the color of the nav-icons 1 Year ago
Karma: 0  
that works, thank you - but there is still a quader inside it, that is gray... please have a look at the screenshot, I've attached.


Logged Logged
Last Edit: 2023/03/30 10:40 By bGFX.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:change the color of the nav-icons 1 Year ago
Karma: 101  
Code:

.os_fancybox-navigation button:before {
    background: unset;
}



regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
bGFX (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:change the color of the nav-icons 1 Year ago
Karma: 0  
Thank you so much for your fast and friendly support

This case is now solved.
Logged Logged
The administrator has disabled public write access.
Go to top
»