title hovering
- The topic ‘title hovering’ is closed to new replies.
Need help? Check out our Support site, then
Hi
how can i make the blog title color change when hovering over it?
by CSS
the title is: Saleem Albeik Blog | Horria.net
Thanks
The blog I need help with is: (visible only to logged in users)
Paste this code in custom css:
#logo .site-title a:hover {
color: #e00 !important;
}
thanks a lot