• Hi,

    This plugin is great and works exactly as i want to.

    I haven’t touched a single line of code.

    I use css_theme=4. This is the clearest theme which doesn’t have a background or a boarder. I’m not 100% sure its even a theme as when i go 4+ the theme does not change.

    The only thing i find wrong which the one i’m using is the very basic font it uses. Is it possible to change the font to match the rest of the website.

    Like i said i’ve not touched a single line of code and i don’t use code very much so any details help would be great.

    http://wordpress.org/plugins/wp-category-posts-list/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Jason,
    I am struggling as well with this problem. I managed to change the font type, and to set the size for the title, but I cannot change the colour which is pretty annoying…

    I had success with this code to change the post title size:

    .wp-cpl-widget, .wp-cpl-widget * {
        font-size: 11px !important;
    }

    Using the plugin “Fontpress” and add there the Google font or font face-font or cufon with exactly this class.

    Hi csigncsign!

    To which file must I add this code?

    .wp-cpl-widget, .wp-cpl-widget * {
    font-size: 11px !important;
    }

    @manyakama

    I’ve added it to my theme’s css file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change fonts’ is closed to new replies.