• eeinq

    (@eeinq)


    Hello there,
    I just started building a wordpress website on localhost and the Font-size of the posts and pages is to small for my needs. I searched the code in the Editor for the Font-size but wasn’t able to find them. I would really appreciate any single help here.
    Also i tried to make the pictures shown in posts to open in a lightbox. I tried several plug-ins but none of them worked at all. Do you guys had the same problems and have you been able to fix them? Can you name a workin plug-in?

    Thanks and kind regards
    An exhausted WordPress-user

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @eeinq,

    1. Please try to use the following CSS code.

    You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    html > body {
        font-size: 16px;
    }

    2. Did you try Simple Lightbox plugin?

    Also you can check this tutorial:
    https://www.wpbeginner.com/beginners-guide/how-to-create-an-image-gallery-in-wordpress/

    Kind Regards, Roman.

    Thread Starter eeinq

    (@eeinq)

    Hello Roman,
    thanks a lot for your fast answer! The Plugin ,,Simple Custom CSS) worked just fine! ??
    I already tried ,,Simple Lightbox” but it didn’t work. I just put a picture in a post with ,,add media”, but I wasn’t able to click the picture in the post on the website… Am i doing something wrong?

    Thanks a lot!

    You are welcome @eeinq!

    Please contact Simple Lightbox plugin support here and see what they say.

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font-size and Lightbox’ is closed to new replies.