Dear Guys !
I’ve find a lot of information on how to change slider post font, such as size, weight, color, line height etc.
Only one attribute is available for text on slider post title: color.
Look at this code added to my custom css:
/* Slider post font OK */
.slider_post_entry p {
font-size: 18px;
line-height: 1.5em;
color: #009933;
}
/* Slider title font - only color is ok - others attributes doesn't work */
.slider_post_title, .slider_post_title a {
font-family: "lucida sans unicode";
font-weight: bold;
color: #009933;
font-size: 30px;
}
Here only color has changed… nothing other setups are accepted (or doesn’t work).
How can I modify other font options for post titles which appear in slider ?
Thanks a lot for your help !!