font sub featured
- The topic ‘font sub featured’ is closed to new replies.
Need help? Check out our Support site, then
hi
how can i change the font of post titles in sub featured
and also the color when hovering over these titles
Regards
The blog I need help with is: (visible only to logged in users)
Hi!
You can use this code as a starting point:
#main .sub-featured h2.title {
font-size: 20px;
}
#main .sub-featured .title a:hover {
color: #0000FF ! important;
}
thanks a lot great
is there q way to change the couloir before hovering? its normal color which i want to be different from the posts titles below under Latest Posts
Regards
Sure, just use the following code:
#main .sub-featured .title a {
color: #0000FF ! important;
}
this is what i needed thanks a lot