J Marlow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header Size Issue (Firefox only)Forum: Fixing WordPress
In reply to: Change Comment Text Color?HA! Done.
Thank you!Forum: Fixing WordPress
In reply to: Change Comment Text Color?Hi Joseph,
I can hard-code html, but am lost with css. Can I ask you to actually spell it out for me? I already see a color (pink) specified there, but it’s not showing up. A quick Google on “color rule” +style.css doesn’t bring me much that’s useful.
If you have a moment to write (or point me to) a proper color rule, I will faithfully implement it!
Thanks again.
Forum: Fixing WordPress
In reply to: Change Comment Text Color?Okay, now I’m totally confused.
Surely I can JUST change the color of the comment text?
THanks!
Forum: Fixing WordPress
In reply to: Cannot Change Menu Page OrderForum: Plugins
In reply to: Photo / Test Upload Split?Meant to say Photo / TEXT.
Forum: Themes and Templates
In reply to: Design – Problem in IE7Post your site url, so folks can look at the code.
Forum: Themes and Templates
In reply to: Header Misplaced in IE OnlyAh, see, this is what happens when I post in the wee hours. Sorry.
Forum: Themes and Templates
In reply to: Place static image below header, above top post?Thanks chellycat. In an ideal world, I’d like the image to be static, with the option to change or link it later–but not with any great frequency. Ideally ideal would be to link the two images (currently combined with a black bg into a single image file) to different places.
What bugs me about the sticky post is the date-category-etc and the fact that it appears to be a link to someplace else.
For the moment, can you suggest code and placement to do this: “Because for the latter, you could just create a div in that area and set its background to the static image?”
Thanks again.
Forum: Themes and Templates
In reply to: Change Text Font Size on Pages?Got it, got it; I added code in the right spot.
Thanks!
Forum: Themes and Templates
In reply to: Change Text Font Size on Pages?Makes sense–but try as I might, I do not find that code string in style.css or in any of the theme’s template documents. The only margin-bottom I do find (2 instances, both in style.css) show as 5px rather than 0. The only instance of line-height:16px I find is not accompanied by the text you show above.
Help?
Forum: Themes and Templates
In reply to: Change Text Font Size on Pages?Thanks chellycat!
First option also changed sidebar text size; second did the trick–but two mysteries remain:
Why can I not get line spaces between my page paragraphs (even when using html view and inserting BRs), and why does the text on the pages look different from the same (dont and size) text in the blog entries?
Thanks again.
Forum: Themes and Templates
In reply to: Change Text Font Size on Pages?Whoops. Make that https://fitstormblog.com/
Forum: Themes and Templates
In reply to: Cannot Change Date FormatChanged everything I could find to l, F j, Y
Does the trick, thanks!
JM
Forum: Themes and Templates
In reply to: Cannot Change Date FormatOkay, making progress by changing d-m-Y to m-d-Y everywhere I find it. Still doesn’t spell out the month, though. Working it here. Also this in attachments.php:
And I’m a little baffled by one ref in attachments.php which says on <?php the_time(‘l, F jS, Y’) ?> at <?php the_time() ?>.
Thanks for the pointer!