• I really like this theme, but I would like it even better if I could make the Font Size larger for the widget captions, and if you would put some more space between the widgets. The way it is, the person reading the website cannot visually see where one widget ends and the one beneath it begins. This will cause confusion on the part of the reader.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author nobita

    (@nobita)

    Hi Linda Bradshaw

    Did you mean figcaption that appears below the image?

    Only do you want a little more big widget font size?

    by the way, Raindrop is the overall font size can be changeable.

    The size of the portion to be changed, or is best value if you have changed using this function?

    How to change blog font size.

    Dashboard / Appearance / Customize

    Presentation / Fonts

    You can set basefont size 13-20px

    Thank you

    Thread Starter Linda Bradshaw

    (@linda-bradshaw)

    My website is https://www.rapidandistrictruritan.com/. If you look at it, you would see that the widgets have captions, (titles) but the font size on the captions (titles) is the same size as the content below it. There is no way I can find to put a large blank space between widgets, so they all seem to run together. I want a larger widget caption, not the body of the widget.

    Theme Author nobita

    (@nobita)

    Plug-ins have their own style sheet.

    for example, case All-in-One Event Calendar

    .timely {
        margin: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.428571429;
        color: #333;
        word-wrap: break-word;
    }

    The font size specified, will inhibit the style instructions from the theme

    I would like to resolve to overcome this problem

    Dashboard / Appearance / Customize /

    Advanced / Site-wide CSS

    Paste below

    .widget_ai1ec_agenda_widget .timely{
            font-size:100%;
    }

    Save, done

    This means

    the style specified in the plug-in, specify the style to be priority

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size in Widget Captions’ is closed to new replies.