Remove 'Post message' underline

Phoca Guestbook - creating guestbooks in Joomla! CMS
SoniKalien
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 25 Sep 2010, 02:15

Remove 'Post message' underline

Post 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 :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Remove 'Post message' underline

Post 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
If you find Phoca extensions useful, please support the project
SoniKalien
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 25 Sep 2010, 02:15

Re: Remove 'Post message' underline

Post 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.
Post Reply