mastervanleeuwen / J-TrackGallery

GPS Track Gallery component for Joomla
https://mastervanleeuwen.github.io/J-TrackGallery/
6 stars 0 forks source link

Link colors #69

Closed Bredouard closed 4 months ago

Bredouard commented 10 months ago

Hi Marco,

where or how can I change the link colors?

Eddy Site under construction: http://autopedestres.wwl.lu/AP/index.php

mastervanleeuwen commented 9 months ago

Hi Eddy,

The link text color for the links in the 'latest tracks' is set in the template style file com_jtg/assets/template/default/jtg_style.css

in these lines: .toptracks_1_entry ul a,.toptracks_1_title ul a,.toptracks_2_entry ul a,.toptracks_2_title ul a,.toptracks_3_entry ul a,.toptracks_3_title ul a,.toptracks_4_entry ul a,.toptracks_4_title ul a { /* BoxEntry Link */ color: #555555; } The next few lines set the color for when you hover your mouse over the link, etc.

to change it, you could consider making your own style settings by making a new directory in com_jtg/assets/template with a name that you choose for the style. You can copy all the files from the default style and then edit them. Your style should then appear as a choice in the settings menu:

image

This way, the style will not be overwritten when you install new versions of J!TrackGallery.

Best regards, Marco.

Bredouard commented 9 months ago

Hi Marco,

Thanx it works.