• Resolved StDo

    (@stdo)


    Is it possible to change the font size of the displayed content via the “Custom CSS” field in the “advanced” tab of the the free plugin?

    The actual font size of the widget content is too small.
    I would like to have a bigger font size for the displayed content like the standard font size of my wordpress page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    The size on the font depends of your theme, but you can override it from the custom CSS field indeed.
    Can I have the URL where this widget is displayed?

    Cheers,

    Thread Starter StDo

    (@stdo)

    Hi, it is not yet visible, but here you go:

    https://www.ceg-erlangen.de/christian-ernst-gymnasium-erlangen/

    I tried different versions of CSS code, but nothing changed.

    Thread Starter StDo

    (@stdo)

    By the way, I started a german language file.
    Maybe I can finish that over the weekend and send it to you. ??

    Cheers, StDo

    Plugin Author JoomUnited

    (@joomunited)

    Great thanks.

    Could you try this:

    .wpcufpn_container.default .text,
    .wpcufpn_container.default .date,
    .wpcufpn_container.default .category
    {
    	font-size: 1em;
    }
    
    .wpcufpn_container.default .title {
    	font-size: 1.2em;
    }
    
    Thread Starter StDo

    (@stdo)

    That’s it. Thanks.

    I tried before only:

    .text {font-size:1em}

    That didn’t seem to work.

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    If you have 2 minutes it would have been very kind to drop us a review here ??

    Cheers,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Font Size’ is closed to new replies.