Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #296314

    Hi,

    how can I change the font size of single text elements, e.g. headings, main text, side bar headings and text?

    Cheers,
    Gee Are

    #296415

    Hey Gee Are!

    Thank you for using our theme.

    In Enfold->Advanced Styling you can change the style of various html tags.

    If you need more detailed styling, can you send us a link to the page, where you want to change the CSS.

    Regards,
    Günter

    #296419

    Hi Günter,

    I would like to increase the letter size in general, not only on a single post or page on http://miapple.me.

    Cheers,
    Gee Are

    #296424

    Hi!

    In custom.css or Enfold->Stylies->Quick-CSS field put the following:

    
    body{
    font-size: 1.1em;
    }
    

    Values > 1 enlarge the fonts.

    Best regards,
    Günter

    #296448

    Thanks, works, but only on the main text. What is the code for the other elements (Headlines, comment section in footer,…)?

    #296451

    Hey!

    Try the following:

    
    body{
    font-size: 1.1em !important;
    }
    

    body actually covers footer and sidebars.

    Come back, if it does not work

    Best regards,
    Günter

    #296456

    Hi Günter,

    thanks, works for all text, but not for headlines (main, sidebar, footer, header) and for comments in footer (see: http://miApple.me).

    I would like to increase the headline text size and the comment text, too.

    Cheers,
    Gee Are

    #296459

    This is great! I am looking for a tag to make text smaller on one of my pages – only part of the text – and wonder how to do that (e.g. in the textbox on the right on http://www.orsted.dk/foredrag/ )

    Currently I use the <small> html-tag, but it disappears everytime I make a change – and the line spacing seems big…

    #296465

    Hi!

    Try this:

    
    #footer h3,
    .sidebar h3,
    .widget a
    {
    font-size: 1.1em !important;
    }
    

    To Orsted – adjust value:

    
    .page-id-797 .avia-builder-el-13 .avia_textblock {
    font-size: 0.9em !important;
    }
    

    Cheers!
    Günter

    #296487

    Hi Günter,

    it works for the sidebar, but not for the footer comment section. How to increase the letter size only for the comment section?

    Cheers,
    Gee Are

    #296496

    Hey!

    Replace code above:

    
    .sidebar h3
    {
    font-size: 1.1em !important;
    }
    
    #footer .widgettitle{
    font-size: 1.1em !important;
    }
    
    #footer .widget li{
    font-size: 1.1em !important;
    }
    

    Best regards,
    Günter

    #296503

    Hi Günter,

    works, great! Thank you! Ticket can be closed!

    Cheers and stay tuned! ;-)

    Gee Are

    #296582

    Hey!

    Glad I could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change font size of text elements’ is closed to new replies.