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!
[FIXED] CSS help on portal news
[FIXED] CSS help on portal news
Last edited by Pinsho on 23. January 2010 14:37, edited 1 time in total.
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: CSS help on portal news
Look for this in your colours.css:
Remove border-bottom-color.
Code: Select all
.postlink {
border-bottom-color:#368AD2;
color:#368AD2;
}
Re: CSS help on portal news
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
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
FIXED!
by changing that parameters in links.css
Thanks!
by changing that parameters in links.css
Thanks!