Welcome Guest   | Login   
  Search  
  Index |  Recent Threads |  Register | 


Quick Go »
Thread Status: Normal
Total posts in this thread: 8
[Change thread status] [Delete this Thread] [Move this Thread]
[Add To My Favorites] [Watch this Thread] [Post new Thread]
Author
Previous Thread This topic has been viewed 160 times and has 7 replies Next Thread
missala
New Member



Joined: Oct 31, 2013
Posts: 5
Status: Offline

Edit this Post   Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Thread]

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?
[Oct 31, 2013, 5:11:04 PM] [71.207.160.85] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6437
Status: Offline
Edit this Post   Re: Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Post]

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
[Nov 1, 2013, 3:57:22 PM] [24.189.166.34] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
missala
New Member



Joined: Oct 31, 2013
Posts: 5
Status: Offline

Edit this Post   Re: Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Post]

My apologies. Should be www.webs2impress.com/thompson
[Nov 1, 2013, 4:42:44 PM] [71.207.160.85] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6437
Status: Offline
Edit this Post   Re: Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Post]

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
[Nov 2, 2013, 2:09:22 AM] [24.189.166.34] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
missala
New Member



Joined: Oct 31, 2013
Posts: 5
Status: Offline

Edit this Post   Re: Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Post]

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?
[Nov 5, 2013, 4:37:41 PM] [71.207.160.85] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
missala
New Member



Joined: Oct 31, 2013
Posts: 5
Status: Offline

Edit this Post   Re: Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Post]

That worked. Thank you so much!
[Nov 7, 2013, 8:18:20 PM] [71.207.160.85] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
missala
New Member



Joined: Oct 31, 2013
Posts: 5
Status: Offline

Edit this Post   Re: Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Post]

Where do I set a color so that the month name shows on the mini calendar?
[Nov 15, 2013, 2:40:45 PM] [71.207.160.85] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6437
Status: Offline
Edit this Post   Re: Font colors not the same on webpage Reply to this Post
Reply with Quote
[Delete this Post]

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
[Nov 18, 2013, 10:20:12 PM] [24.189.166.34] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
[Show Thread Printable Version] [Post new Thread]

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