Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
Frontpage module and CSS
« previous
next »
Print
Pages: [
1
]
Author
Topic: Frontpage module and CSS (Read 6382 times)
armpouniotis
Sr. Member
Posts: 377
Frontpage module and CSS
«
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
Logged
Christos Armpouniotis
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Frontpage module and CSS
«
Reply #1 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 !!!
}
Logged
DediData Web Hosting Services
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Frontpage module and CSS
«
Reply #2 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 {
}
Logged
DediData Web Hosting Services
armpouniotis
Sr. Member
Posts: 377
Re: Frontpage module and CSS
«
Reply #3 on:
February 13, 2009, 23:37:52 »
thank you very much !
Logged
Christos Armpouniotis
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: Frontpage module and CSS
«
Reply #4 on:
February 14, 2009, 09:08:21 »
Your welcome
Logged
DediData Web Hosting Services
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
Frontpage module and CSS