|
Index | Recent Threads | Register | |
![]() |
Forums » List all forums » Forum: General Discussion » Thread: Font colors not the same on webpage |
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 |
|
missala
New Member
|
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? |
||
|
support
localendar Expert ![]() Joined: Aug 9, 2022 Posts: 6437 Status: Offline |
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 |
||
|
missala
New Member
|
My apologies. Should be www.webs2impress.com/thompson |
||
|
support
localendar Expert ![]() Joined: Aug 9, 2022 Posts: 6437 Status: Offline |
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 |
||
|
missala
New Member
|
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? |
||
|
missala
New Member
|
That worked. Thank you so much! |
||
|
missala
New Member
|
Where do I set a color so that the month name shows on the mini calendar? |
||
|
support
localendar Expert ![]() Joined: Aug 9, 2022 Posts: 6437 Status: Offline |
I believe in the HTML for the mini-calendar you'll see a section for that setting: For example: .localendar-monthName{ ---------------------------------------- Marc Higgins Support Associate, localendar.com Follow us on Twitter! http://www.twitter.com/localendar_news |
||
|
[Show Thread Printable Version] [Post new Thread] |
Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us |