I made a child theme with ” wisdome-pro”. Also I made style.css in a child theme. And I would like to change Blog title size.
I wrote the following contents in style.css of child theme.
.entry-title {
font-size: 15px;
}
But it is not work.
I tried next one.
.entry-title a {
font-size: 15px;
}
not work too.
Please let me know how to change Blog title size.