Page 1 of 1

Remove 'Post message' underline

Posted: 25 Sep 2010, 02:23
by SoniKalien
Hi, thanks for the great plugin.

I am trying to remove the underline from under "post message" link (that activates the editor)

I have set in the phocaguestbook.css:

Code: Select all

#phocaguestbook-jpane-toggler-down span {
background:url("images/icon-message.png") no-repeat scroll 5px 50% transparent;
cursor:pointer;
padding-left:24px;
text-decoration:none;
but the underline still shows. it doesn't seem to be inherited from the main template style. Any ideas?

website is: http://sonikalien.comoj.com/index.php/guestbook

Thanks :)

Re: Remove 'Post message' underline

Posted: 26 Sep 2010, 12:57
by Jan
Hi, the underline is set in this file:
http://sonikalien.comoj.com/templates/j ... mplate.css

on your site. It means, this css override the phocaguestbook.css and set underline for the element back.

(Use web developer toolbar in Firefox to see it)

Jan

Re: Remove 'Post message' underline

Posted: 26 Sep 2010, 23:24
by SoniKalien
Thanks, I was using Firebug in FF. I'm now using the inspector in google chrome, it's telling me a different story :D Looks like Im going to have to make a class in the template style sheet.