• Resolved dsg257

    (@dsg257)


    1 hi just wondering where do i add the css i tried adding it to me styles.css in my subtheme but nothig showed up
    2 where does it show on screen to adjust the font size

    documentation needs to be more clear for us less technical minded

    Thanks
    David

    http://ww.wp.xz.cn/extend/plugins/wp-fontsize/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bob Gregor

    (@bobbravo2)

    Dear David,

    1 – You add the CSS to the bottom of your style.css However – the CSS is just a guide – you need to target the elements you want to adjust. For example:

    .font-size-4 h2, .font-size-4 h3, .font-size-4 p {
        font-size: 12pt;
    }
    .font-size-5 h2, .font-size-5 h3, .font-size-5 p {
        font-size: 13pt;
    }

    2 – Should be in the top right: http://cl.circletr.ee/image/472h3o1x472v

    3 – Yeah … I’m bordering the line between a theme author using the plugin and someone who needs an admin interface. When I first authored it I didn’t want to clutter the admin UX with another setting screen. We’ll see.

    Another reason I don’t have an interface is that customizing the CSS takes a bit of fine tuning – you don’t want a font size breaking the layout.

    Plugin Author Bob Gregor

    (@bobbravo2)

    Just updated the docs – they were overdue 🙂

    http://ww.wp.xz.cn/plugins/wp-fontsize/installation/

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

The topic ‘where do i add the css’ is closed to new replies.