• Resolved giorgiocarlini

    (@giorgiocarlini)


    Hi,
    is it possible to reduce the font size of the contents in the “blocks widget”?

    If yes, how can I do it?

    Thanks a lot,
    Giorgio

Viewing 1 replies (of 1 total)
  • Hi giorgiocarlini

    Im trying to guess

    so:

    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.

    .block_content {
        font-size: 13px;
    }
    
    or
    
    .block_content {
        font-size: 13px!important;
    }

    and for line height

    .midrow_block .block_content {
        line-height: 1.6em;
    }
    
    or
    
    .midrow_block .block_content {
        line-height: 1.6em!important;
    }

    Change No. 13 to any No. you think is OK.
    Change No. 1.6 to any No. you think is OK

    if it is not what you are looking for, then:
    can you give me URL of you website??
    Thanks
    Cheers
    TR

Viewing 1 replies (of 1 total)

The topic ‘Blocks widget font size’ is closed to new replies.