• Hello! How to reduce the size of meta and meta icons on the article page? I can not find the code.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello there,

    Please try to use this custom CSS code in Appearance -> Customize -> Additional CSS to change the font size of the meta text and icon

    .entry-meta span a {
        font-size: 10px;
    }

    Regards.

    Thread Starter Oksana

    (@qwerty100)

    Hello! The code does not work, I attach the screenshot. Not one does not work.
    !important does not help. https://dropmefiles.com/FeiHt

    • This reply was modified 5 years, 3 months ago by Oksana.
    • This reply was modified 5 years, 3 months ago by Oksana.
    • This reply was modified 5 years, 3 months ago by Oksana.
    Thread Starter Oksana

    (@qwerty100)

    Date of publication is not reduce size.

    Hi,

    Because you use the custom CSS code to set the font size for all the element

    *, :after, :before {
        box-sizing: inherit;
        font-size: 14pt;
    }

    https://cl.ly/e39e714de02d

    So please change the code in my previous reply to

    .entry-meta span a * {
        font-size: 10px;
    }

    Regards.

    Thread Starter Oksana

    (@qwerty100)

    Thank! This code helped:

    .entry-meta span a * {
    font-size: 11px;
    }

    .entry-meta span a {
    font-size: 10px;
    }

    Thread Starter Oksana

    (@qwerty100)

    Icons did not change the size, please help.

    Hi,

    Please try again with this code

    .entry-meta span a *, .entry-meta span a *:after, .entry-meta span a *:before {
        font-size: 11px;
    }
    Thread Starter Oksana

    (@qwerty100)

    Hello! Thank you! It helped ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘meta size’ is closed to new replies.