localendar Forums Homepage

Print at Aug 23, 2025, 2:05:25 AM View all posts in this thread on one page
Posted by missala at Oct 31, 2013, 5:11:04 PM
Font colors not the same on webpage
I just opened a new account under the username missala. I chose the classic color combos. See what it looks like at www.webs2impress.com/missala. How can I fix this?

Posted by support at Nov 1, 2013, 3:57:22 PM
Re: Font colors not the same on webpage
I get a 404 on that link. Are you sure that address is correct?
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Posted by missala at Nov 1, 2013, 4:42:44 PM
Re: Font colors not the same on webpage
My apologies. Should be www.webs2impress.com/thompson

Posted by support at Nov 2, 2013, 2:09:22 AM
Re: Font colors not the same on webpage
One immediate cause I noted is that because you are globally setting the text color to white (color: rgb(255, 255, 255);) in your default.css file, you are overriding the default localendar color settings

One option would be to not set a page-wide setting like that (it's generally good practice to restrict CSS to specific elements of the page)

You can also customize the code you pasted from localendar. Find this section:
.localendar-mini td, th {
width: 30px;
height: 30px;
text-align: center;
vertical-align: middle;
font-family: arial;
font-size: 16px;
}

and try something like this instead:
.localendar-mini td, th {
width: 30px;
height: 30px;
text-align: center;
vertical-align: middle;
font-family: arial;
font-size: 16px;
color:#336699;
}
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Posted by missala at Nov 5, 2013, 4:37:41 PM
Re: Font colors not the same on webpage
Marc, thank you for replying. I did not adjust my default.css. Is that where the white is coming from? The code you gave me - do I need to put that in my default.css or somewhere in your files?

Posted by missala at Nov 7, 2013, 8:18:20 PM
Re: Font colors not the same on webpage
That worked. Thank you so much!

Posted by missala at Nov 15, 2013, 2:40:45 PM
Re: Font colors not the same on webpage
Where do I set a color so that the month name shows on the mini calendar?

Posted by support at Nov 18, 2013, 10:20:12 PM
Re: Font colors not the same on webpage
I believe in the HTML for the mini-calendar you'll see a section for that setting:
For example:
.localendar-monthName{
background-color:#d5e7a6;
color: #000000;
/* Uncomment this to hide the Month name
display:none;
*/
}

----------------------------------------
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