Change title size within a widget
-
Hello,
I’m trying to change the font title size that is directly under the videos on my home page of califaces.com.
I am using a ‘latest video” widget.
I have tried adding this code to the customize – add additional css, section:
.entry-content h2 {
font-size: 100%;
}
.entry-content h3 {
font-size: 90%;
}
.entry-content h4 {
font-size: 80%;
}I have also tried adding
.single .entry-title {
font-size: 18px;
}Neither worked. Does anyone know what I can do to make the titles bigger?
Thank you
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change title size within a widget’ is closed to new replies.