Changing "More..." link color - Joomla! Forum - community, help and support
hi,
i change color of "more..." link. want align little table under "more..." link. there css this?
regards,
patrick
i change color of "more..." link. want align little table under "more..." link. there css this?
regards,
patrick
for more... text:
the table unnumbered list , is:
cheers,
arnaud
code: select all
div.blog_more div {
color: green; /* example */
}
the table unnumbered list , is:
code: select all
div.blog_more ul {
margin-left: 1em; /* example */
}
cheers,
arnaud
Comments
Post a Comment