PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Change Current Date Font Size & Color (http://www.photopost.com/forum/photopost-pro-how-do-i/132237-change-current-date-font-size-color.html)

thescrap June 19th, 2007 01:17 PM

Change Current Date Font Size & Color
 
2 Attachment(s)
How do I change this? I have checked every color setting in all of the CSS files but cannot get this to change.

Attachment 2742

I am using PhotoPost with the PHPBB2 Integration, so all of the other changes have been made to the subsilver.css file, but this won't let me change that number/color, etc.

Can someone shed some light on this for me, please?

http://www.badgirlskits.com/gallery/

Everything else is working great, thank you!

Chuck S June 19th, 2007 02:50 PM

The calendar is formatted and uses css classes just like anything else view your page source and see what classes you need to alter or change etc to make things show like you want.

Chuck S June 19th, 2007 02:51 PM

example I beleive your row1 and row2 classes are the ones you want to modify

thescrap June 20th, 2007 05:34 PM

I actually found it by doing a search through all pages, decided to try RED instead of the color code, and that came up with a ton of hits. So I used your advice and checked the page source, then searched for "color: red" and found it.

It's actually not part of the CSS files, it's hard coded in the pp-inc.php file on line 4581

$printdate = "<span style=\"color: red; font-size: 7pt;\"><b>$printdate</b></span>";

Once I changed that, all is perfect!

I thought I might post how I fixed it in case someone else has the same problem, it's not a CSS issue.

Mike

Chuck S June 20th, 2007 06:43 PM

Yeah but thats only the color of the day it is right now.

tsakalos76 July 21st, 2008 08:23 AM

1 Attachment(s)
any idea how to change this black box in the calendar ? i dont like that black box there

Chuck S July 21st, 2008 10:36 AM

Maybe possibly change this line in pp-inc.php from alternatetable to lighttable

Code:

Content visible to verified customers only.

tsakalos76 July 21st, 2008 11:59 AM

no i dont like the outcome. i just need the alt2 class in the black box

Chuck S July 21st, 2008 12:02 PM

well change try changing lighttable to alternatetable the other way around in the lines ;)

tsakalos76 July 21st, 2008 12:05 PM

u are the man ;)

Chuck S July 21st, 2008 12:07 PM

All in what you want really ;) Have a good one.


All times are GMT -5. The time now is 11:12 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97