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)
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 🙂