You can probably do so with some CSS.
Before the last message, I tried the following. It fixed the issue with the feature font size, but it made the rest of the home page topic list font size super small.
.featured-topic {
font-size: 9px;
}
Are you referring to these links?
I don’t see any changes with the rest of the page if I change that.
You can see the topic list below after I applied the CSS code above. The font became quite small.
Removed the CSS code, and the font size in the topic list became normal again.
Right. Try this:
.featured-topic h3 a {
font-size: 9px;
}
לייק 1
Thank you! It works!
לייק 1


