Elxis CMS Forum

Extensions => Modules => Topic started by: armpouniotis on February 13, 2009, 23:25:46

Title: Frontpage module and CSS
Post by: armpouniotis on February 13, 2009, 23:25:46
Hi all,

how do I change the color of the item titles at the frontpage module when they are in link state?

Thank you in advance.

Chris
Title: Re: Frontpage module and CSS
Post by: Farhad Sakhaei on February 13, 2009, 23:28:44
In customize.css

add this :

span.modfpg-introtitle a:link,
span.modfpg-introtitle a:visited {

Your Style Here !!!

}

span.modfpg-introtitle a:hover {

Your Style Here !!!

}
Title: Re: Frontpage module and CSS
Post by: Farhad Sakhaei on February 13, 2009, 23:31:51
For Also Read links :

ul.modfpg-ul li a:link,
ul.modfpg-ul li a:visited {

}

ul.modfpg-ul li a:hover {

}
Title: Re: Frontpage module and CSS
Post by: armpouniotis on February 13, 2009, 23:37:52
thank you very much !
:D
Title: Re: Frontpage module and CSS
Post by: Farhad Sakhaei on February 14, 2009, 09:08:21
Your welcome  ;)