Eatbeat
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Barthelme – some design questionsThanks, much!
Forum: Themes and Templates
In reply to: Barthelme – some design questionsGreat, thanks, that was helpful.
Another (hopefully) last question. Is there a way I can apply an underline hover to all links? Currently, it’s only the case with the sidebar. Would like to keep it consistent throughout the site (underline all links when hover).
Cheers!
Forum: Themes and Templates
In reply to: Modicus – sidebar is suddenly left alignedSorry, here’s the link: https://www.litterless.org
Forum: Plugins
In reply to: applesearch – only working on search result pageNever mind, now the entire site seems a bit topsy turvy. Got to figure out what happened to the sidebar. Will (most likely) be back later.
Forum: Themes and Templates
In reply to: Modicus – reduce space between header and 1st postThat didn’t work. But I just realized that I only needed to comment out the blog description in the Main Index template, so the front page post would move up.
Thanks anyway!
Forum: Themes and Templates
In reply to: Modicus – reduce space between header and 1st postGreat, thanks for getting back so quickly! That worked… sort of. The problem is that this also moves the actual post up, as you can see here
https://www.litterless.org/?p=3
Any (easy) way to make sure posts on the front and individual post page are on the same horizontal level?
Forum: Themes and Templates
In reply to: Blog.txt add header imageHaochi, thanks much! This did the trick.
Forum: Fixing WordPress
In reply to: Another logo question…Ah, thanks. How stupid, I’ve been checking the style sheet up and down, and only just realized that this background is set within the Theme Options, which comes with the Barthleme theme. Cheers!
Forum: Fixing WordPress
In reply to: Another logo question…Am still struggling with the header image, and hope someone could help.
Here’s my code:
<div id=”header” onclick=”location.href='<?php echo get_settings(‘home’); ?>/’;”>
<img src=”/wp-content/themes/barthleme/images/m.jpg”>
<div id=”blog-description”><?php bloginfo(‘description’) ?></div>
</div><!– #header –>The image shows up properly (see https://www.litterless.org), but there’s still a gray background. How can I get rid of this?
Thanks, much!