![]() |
|
Can't find where this CSS style is??? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Can't find where this CSS style is??? (/thread-6518.html) |
Can't find where this CSS style is??? - justinhowley - 2010-01-28 I've been going full speed on this clients site http://www.ashleydarryldesigns.com/. On the Gallery page, http://www.ashleydarryldesigns.com/page/shop, I can't find/figure out the style to change the link color and font, I would like to get rid of the date as well. Thanks, this forum rocks by the way. Theres not many zenphoto resources I've found so far other than this one. Can't find where this CSS style is??? - acrylian - 2010-01-28 Seriously, how should anyone know the style in your custom css file for your custom theme that defines the link color? To me it seems that is not defined at all. Quote:Thanks, this forum rocks by the way. Theres not many zenphoto resources I've found so far other than this one. Can't find where this CSS style is??? - justinhowley - 2010-01-28 I just assumed the style was already predetermined in the "default theme". Well yeah it's the official forum, but usually like wordpress theres hundreds of them, not so much for ZP. Any idea on the date? I'm basically winging this never used ZP before. Can't find where this CSS style is??? - acrylian - 2010-01-28 The default theme does define the `` tag, apparently you do not or not correctly with your custom theme. Sorry you have to figure that out yourself. That is plain HTML and CSS. Regarding the forum: Zenphoto is simply not that big as Wordpress. Can't find where this CSS style is??? - justinhowley - 2010-01-28 It's not the theme I'm worried about. It's the date, seems thats part of .php and can't find where is is here: http://www.ashleydarryldesigns.com/page/shop Can't find where this CSS style is??? - acrylian - 2010-01-28 Sorry, missunderstood that. There is an option for the date format. Can't find where this CSS style is??? - justinhowley - 2010-01-28 Would that be in the admin? I'm sorry for being such a noob, I usually can figure out by trial and error which I did for the most part, just that one date is driving me crazy! I want no dates at all. Can't find where this CSS style is??? - sbillard - 2010-01-28 Yes, it is the date format option. However, I think things have drifted off your original question. Date format means how the date is organized--for instance do you want 12 FEB 2010 or 2/12/10, etc. Things like font size and color are CSS items. The best approach to solving these CSS issues is to capture the HTML of the page and look at the HTML tags around the item you want to style. If there are no useful ones you will have to add some tags to your scripts. If there are, then you need to be sure that the CSS properly styles those tags. Can't find where this CSS style is??? - justinhowley - 2010-01-29 I got the styles right. I really don't want any dates at all. I've removed the other .php references to dates on other pages, but cannot find how to get rid of this last one here http://www.ashleydarryldesigns.com/page/shop Can't find where this CSS style is??? - acrylian - 2010-01-29 You probably have to look on a theme page called "shop" however that is setup (as this is clearly a custom none standard page) Can't find where this CSS style is??? - justinhowley - 2010-01-29 Yes I did check it. The Shop page when you view source, this is the culprit "01/27/2010 ". Only thing is when it's open for edit, that code is not on the .php file. This isn't a custom theme, it's a heavy modded default theme. Can't find where this CSS style is??? - acrylian - 2010-01-29 [i]This isn't a custom theme, it's a heavy modded default theme.[/i] Well, the date must come from somewhere and is not related to that ``. That the class is not on the page is because that is one of the classes used to enable inline editing on the theme itself. |