Change the font size

Home Forums Iconic One Pro Support Change the font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2488
    FabricioV
    Participant

    How to change the font size of h1,h2,h3… and the text of content, archive’s page..? Both desktop theme and mobile theme.

    Editing style.css

    Regards,

    #2504

    You do not have permission to view this content.

    #4373
    stevelegg
    Participant

    I tried that from within iconic one pro, copying the css code and then pasting it into the custom css file after changing the font size to 24 and 20 pn H2 and H3.

    Need a little help I only use H2 and H3 within my post content.

    thanks

    #4375

    You can use like this in simple custom css plugin

    .entry-content h2 {
    	font-size: 24px;
    }
    .entry-content h3 {
    	font-size: 20px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.