Page 1 of 1

[FIXED] CSS help on portal news

Posted: 22. January 2010 13:37
by Pinsho
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://grupodelmaster.host56.com

What have you done before the problem was there?
Nothing

What have you already tryed to solve the problem?
Nothing

Description and Message
Hi all!

If I publish news on my portal and add text or image links, it would be great not have underlined or decorated links.
I do not know what css I have to modify to setup text-decoration: none;. I am using prosilver_se board3 portal config.

Could you help me?
Many thanks!

Re: CSS help on portal news

Posted: 22. January 2010 14:00
by Marc
Look for this in your colours.css:

Code: Select all

.postlink {
border-bottom-color:#368AD2;
color:#368AD2;
}
Remove border-bottom-color.

Re: CSS help on portal news

Posted: 22. January 2010 14:15
by Pinsho
done...but no lucky :(
I did it wrong?
I changed colours.css from my styles>prosilver_se>theme folder...caché cleaned and theme and style refreshed :(

Re: CSS help on portal news

Posted: 23. January 2010 14:36
by Pinsho
FIXED!

by changing that parameters in links.css

Thanks!