• How do I enlarge the font size of JUST the links for the different pages? I am using the Kubrick Template

Viewing 3 replies - 1 through 3 (of 3 total)
  • Link to your website, please, ’cause I don’t use Kubrick.

    How do I enlarge the font size of JUST the links for the different pages?
    You mean you want one size of links in frontpage, another size in another page (like what page?) ?

    Thread Starter iblob

    (@iblob)

    http://www.iblob.info well if you look at my navigation sidebar it has a section called “Pages” under that it lists what pages I have, right now I only have one and its called “The Games” I want that to be bolder and a larger font

    So you want *any* links under “Pages” section to be bolder and larger? If so, add the following in your CSS file
    .page_item a {
    font-weight: bold;
    font-size: 16px;
    }

    Adjust the font-size as necessary

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Links Font Size’ is closed to new replies.