font sub featured
-
hi
how can i change the font of post titles in sub featured
and also the color when hovering over these titlesRegards
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 PostsRegards
-
Sure, just use the following code:
#main .sub-featured .title a { color: #0000FF ! important; }
-
- The topic ‘font sub featured’ is closed to new replies.