Before you ask please READ THIS

How to change the font size? (content, not headlines)

edited May 2014 in Beach Please Posts: 111
Hi!

I wonder if I’m just too blind, but I can’t find this option: I’d like to change the font size of the text, make it one or two pixels bigger. I’m not talking about the headlines, but about the content.

Thanks!
Post edited by Tupamaros on

Comments

  • AirAir
    Posts: 10,970
    Hello

    No, there is no option for this. Use this custom CSS
    #content {
    font-size: 14px;
    }
    With regards.
  • Posts: 111
    Cool, thanks.
    Unfortunately, it doesn’t work perfectly for me: I’m using tabs (with Shortcode Ultimate Plugin) and the code above only changes the font size of signs that are outside of the tabs. Is there a chance to solve this?
  • AirAir
    Posts: 10,970
    Yes, but I need to see it, cause this is not part of theme - live link please.

    Maybe there are settings for this in this plugin?

    With regards.
  • Posts: 111
    This page for example has tabs. The only font that I’m changing with the above code is the "zum Seitenanfang / Go to top" line at the very end of the page. It’s the only line that’s outside the tabs and hence the only one that’s getting changed.

    Shortcode Ultimate has a Custom CSS field, too. But it also only changes the font size of the font outside the tabs.
  • AirAir
    Posts: 10,970
    Use this custom CSS (color and font-size):
    .su-tabs-pane {
    color: #333333;
    font-size: 13px;
    }
    With regards.
  • Posts: 111
    Great! Thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion