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
change the color of the nav-icons 1 Year ago
Karma: 0  
Hello
I'm using OS Gallery and I wish to change the color of the navigation icons to a brighter gray or white... where can I do this?

www.bluegrafixx.ch/blueGFX/index.php/gal...bs&os_image_id-8
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
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  
Hello

There conflict our Joomla gallery and your template
Please in your CSS file:
www.bluegrafixx.ch/blueGFX/templates/arthur/css/template.css
line: 382

code:
Code:

 color: #000000 !important;

replace to
Code:

 color: #000000 ;


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  
Thanks for your answer.

I've made this changes as requested, but the isn't a result.

All I want is to made the background of the icons in the gallery turn to white.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
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  
Please refresh cache (Ctrl + F5), For me your site now look good
Please check attachment

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  
Yes, that was helpful.
But I would really prefer if the buttons could be have a white background... is it possible to change the background color of the icons?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
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  
Please add below code
Code:

.os_fancybox-toolbar .os_fancybox-button {
    color: red;
    background: #fff !important;
}


to file:
www.bluegrafixx.ch/blueGFX/templates/arthur/css/template.css

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»