Support » Plugins » Change ” Previous Entries ” in Categories

  • We are working with Contempt 1.5 by FX in livethelife.tv.
    The version of WP is I think 2,0,4, is it that one that we see in our dashboard in the banner below ?

    We want to change the ” previous entries ” below in the categories, as this is in very small letters and not clear enough.
    We would like to make it into pages or just type another word there and bigger.
    We tried a plugin we found on http://www.lesterchan.net/portfolio/programming.php, already but that one doesn’t work.

    Please anybody help us !?

    Thanks so much,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well you can change it fairly easy but it will be for whenever you see those links, not just on the category page. (If you think it’s small on that one page, I’m surprised you don;’t think it’s small everywhere else it’s used.) Open up your theme’s CSS file and find the bit for ‘navigation’:

    .navigation {
    	display: block;
    	text-align: center;
    	margin-top: 10px;
    	margin-bottom: 30px;
    	}

    I’d add in a font-size in there:

    font-size: 1.4em;

    You may have to fiddle with the size a bit to find one that you like.

    Hope this helps,
    -drmike

    Thread Starter action13

    (@action13)

    Thanks,
    But then also the size of the letters in the categories enz… changes.
    I Think we need a plugin probably, so we can just change the ” previous entries ” to pagenumbers !?
    There must be a plugin that can make this work.
    Anybody ?

    Thanks so much !!!
    We need it !

    Thread Starter action13

    (@action13)

    We tried the plugin again..
    Think we downloaded the wrong one the first time…
    It works !!!!!!!
    Only it’s also quit small, how can we adjust the size of Pages (2): « 1 [2]

    Thanks !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change ” Previous Entries ” in Categories’ is closed to new replies.