Archived topic
size post list
9 replies · Started by steven on April 8, 2022
in my sidebar, I use post list to display new articles, but I want to reduce the font size, can you help me?
Hi steven,
Do you mean this part?
https://www.screencast.com/t/xUkSW8vl7ay
The font size is already looking small, are you sure you want to reduce the font size more?
If so, try this:
.sidebar ul.wp-block-latest-posts__list.wp-block-latest-posts a {
font-size: 12px;
}
Thank you, that's what I wanted :) you know how I can do to put the date at the
you know how I can do to put the date at the
At where?
right after each title in post list
Ah I see.
The widget is a WP core widget, GP has no control over it.
So it's better reach out to WP's support for this :)
Thans you ying,
Do you know how i can reduce the height from the background of the "ultimos artigo" text
Hi there,
you can either:
a) use a GenerateBlocks Headline block for that title, as you have full spacing controls on that block. You will need to edit the Widgets in Appearance > Widgets to get proper access to all the settings.
or
b) keep what you have and add this CSS:
.widget-area p.has-background {
padding: 10px;
}
thanks you David
You're welcome