[Solved]: modification in the category and album list view in igames [Solved]: modification in the category and album list view in igames
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: modification in the category and album list view in igames

Started by mala, March 03, 2008, 11:39:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mala

I am using a (very slightly modified) igames theme (which is great).
But I don't like the fact that category and album names are underlined.
Can you help me getting it away and eventually reappear when one hovers over them?

(my site is sikinos.unige.ch/NOB)
Andreas

Nibbler

What's the point in posting a link that's password protected?

Edit the relevant link class in your css.

mala

I am absolutely sorry about the password, I took it away.
Yes, but which is the relevant class. I got all mixed up while trying.

( Just in case, the link is sikinos.unige.ch/NOB )
Andreas

mala

Andreas

Joachim Müller

The whole point of a support board is that threads get resolved for the benefit of others. Post what you actually did to solve your issue, i.e. what class you modified.

mala

In the style.css file (/rootdir/themes/"my theme"/)
I modified the .catlink (category link) and .alblink (album link) classes.
The modification was elementary : I changed text-decoration to none instead of underline.
Andreas