• hello,

    I recently installed a new update on my website. the skin I used and kinda customized is called mandigo. If you look on my website u can find that the links in de sidebar have a bigger lettertype size then the rest. I used the following code for inserting the links into the sidebar:

    <?php get_links_list(); ?>

    my question is: how do I get it the same size like the rest of the sidebar items? I dont know jackshit about xhtml etc, so please help me out!

    thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Cal

    (@themesbycal)

    Did you look around in the CSS style sheet? Look for something like #sidebar ul li a:link or similar.

    Then change font-size: vaue; so in the end it should look like #sidebar ul li a:link {font-size: .7em;}

    This is only a guess, If I could look at the theme it would obviously be easier.

    edit: try style.css.php

    Thread Starter joeie

    (@joeie)

    yeah I checked it out. even the creator of mandigo is looking at it, but cant find a clue so far…

    all other suggestions are welcome..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mandigo theme’ is closed to new replies.