zombiekim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change font size in next/previous–FlexxFigured it out. I was changing the next/previous in my archives, so I needed to edit my archives.php file.
<div class=”alignleft”><span><span style=”font-size:22px;”><?php previous_posts_link(‘« Previous Page’) ?></span></div>
<div class=”alignright”><span><span style=”font-size:22px;”><?php next_posts_link(‘Next Page »’) ?></span></div>
</div>Forum: Fixing WordPress
In reply to: Change font size in next/previous–FlexxOr it might be this section, from style.css?
/*********************************************
Previous/Next Page Navigation
*********************************************/
.paging {
clear: both; /* To clear any floats */
margin: 0px; padding: 10px;
}Forum: Fixing WordPress
In reply to: Link colors won't change–Flexx Dark themeThank you, that did the trick! Looks like I also had to remove the “:link” from “a:link”. Huge help!
Forum: Fixing WordPress
In reply to: Background won't scrollSorry, I’m a newbie. I want the background image to stay visible as you scroll down. I’ve switched it now from “scroll” to “fixed,” but either way I assign it, the image still stays stuck at the very top of the page when I view it.