localendar Forums Homepage

Print at Nov 8, 2025, 10:09:58 PM View all posts in this thread on one page
Posted by bostonwineschool at Dec 2, 2011, 9:18:44 PM
Won't take A {text-decoration: none;}
Trying to get me calendar style to match the rest of my web site's style at bostonwineschool.com

Here's what I put in the calendar title field.

<style>A {text-decoration: none;}A:unvisited {color: #0000FF;text-decoration: none;}A:visited {color: #0000FF;text-decoration: none;}A:hover {color: #000066;background: #CCCCFF;text-decoration: none;}A:active {color: #FF0000;background: #9999FF;text-decoration: none;}</style>

It's doing all of it except text-decoration: none

Any ideas what I'm doing wrong or why it won't take text-decoration?

Thank you!

Posted by support at Dec 3, 2011, 4:10:51 AM
Re: Won't take A {text-decoration: none;}
The short version is, we should have the underline in the m-user class so that it can be overridden there (see http://www.localendar.com/docs/display/lc/Custom+Calendar+CSS)

..but it's not. It's currenty in a place where you can't get to it. We'll have to fix it with a patch (should be fairly quick and easy)
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Posted by bostonwineschool at Dec 3, 2011, 6:04:18 PM
Re: Won't take A {text-decoration: none;}
Thank you, I will keep an eye out for that change...

Jonathon

Posted by jalsop at Dec 5, 2011, 9:16:47 PM
Re: Won't take A {text-decoration: none;}
 
We'll have to fix it with a patch (should be fairly quick and easy)


Any idea when this will be available?

Thank you!

Jonathon

Posted by support at Dec 7, 2011, 2:51:35 AM
Re: Won't take A {text-decoration: none;}
I had hoped it would go out in last Fri's push, but it didnt make it. Looks like this week.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Posted by bostonwineschool at Dec 10, 2011, 3:04:08 PM
Re: Won't take A {text-decoration: none;}
Thank you... just let me know when!

Jonathon

Posted by support at Dec 12, 2011, 3:17:37 PM
Re: Won't take A {text-decoration: none;}
You're all set. Something like this
<style>.m-usr{text-decoration: none; }</style>

in your Title setting (under Options->General) will now hide the underline.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Posted by bostonwineschool at Dec 12, 2011, 8:18:20 PM
Re: Won't take A {text-decoration: none;}
Thank you Marc... much better... FYI, when I insert my own link into the title, however, that link still underlines...

Posted by support at Dec 12, 2011, 9:59:10 PM
Re: Won't take A {text-decoration: none;}
That's because you are only overriding the style on the event-link class.
I think ".mt-usr" is the class on the Calendar Title (see http://localendar.com/docs/display/lc/Custom+Calendar+CSS). Failing that, you could probably put it right on the title. Like this:

<a href="http://www.yahoo.com" style="text-decoration:none;">Go to Yahoo</a>

----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news


Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us