• Resolved bignose2

    (@bignose2)


    Is there a way to change line height (gaps between lines) with this Widget when in main side bar. I am using Astra theme (not using a builder)

    Don’t mind if they all are but perhaps nice if could choose.

    I tried .widget_text p {Font-size:10px; line-height: 17px etc. in Main Custom CSS
    this works fine & changed the OEM text widget size & line height but has no effect Black Studio TinyMCE

    I would prefer to stick with this widget.

    Is it just me? so few ask about this but the line spacing just seems so big.
    I am making sure is a new line & not a paragraph. I know www’s should be clear & concise & not cluttered but seems gone too far.

    I have limited knowledge of changing CSS but can do the very basics.

    Thanks I/A

Viewing 1 replies (of 1 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi @bignose2
    as written in our FAQ, the plugin does not insert any additional CSS to your website frontend, so if you need to customize the styling you’ll have to do it at the theme level.

    The class “widget_text” is used to identify the native WP Text Widget. For our widget you should use “widget_black_studio_tinymce” instead.

    I.e.
    .widget_black_studio_tinymce p {font-size:10px; line-height: 17px; ...}

    Alternatively, you could target the widget text instead of the whole widget.
    I.e.
    .textwidget p {font-size:10px; line-height: 17px; ...}

Viewing 1 replies (of 1 total)
  • The topic ‘Line Height – Can this be changed’ is closed to new replies.