can't underline portal-siteactions text

2 messages Options
Embed this post
Permalink
dvieb () can't underline portal-siteactions text
Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

hi all, i'm trying to underline the text in the portal_actions, i have hidden the 3 default portal_actions that come with plone and added 3 new ones, i can see them and i want to underline the text, i tried putting the line "text-decoration: underline;" in #portal-siteactions li a at the public.css file at the portal_skins but when i look at the site there is no underline, what to do? tx in advance for the help

Urska Merc () Re: can't underline portal-siteactions text
Reply Threaded More More options
Print post
Permalink

dvieb wrote:
hi all, i'm trying to underline the text in the portal_actions, i have
hidden the 3 default portal_actions that come with plone and added 3 new
ones, i can see them and i want to underline the text, i tried putting
the line "text-decoration: underline;" in #portal-siteactions
<http://embed.mibbit.com/?server=irc.freenode.net&nick=Anonymous%20User&
customprompt=Welcome%20to%20the%20plone.org%20support%20channel&channel=
%23plone&settings=33d080072e551c04421ffb94b33452fa&noServerNotices=true&
noServerMotd=true&forcePrompt=true>  li a at the public.css file at the
portal_skins but when i look at the site there is no underline, what to
do? tx in advance for the help
if you are in the right class (means that you could for example change the color or background) then just add "!important" declaration to the text-decoration..
something like:
text-decoration: underline !important;

good luck, urska