Is it possible to have all the top social bookmarks be the same color when they are "moused" over?
Thank you
I have a picky client!!!
Is it possible to have all the top social bookmarks be the same color when they are "moused" over?
Thank you
I have a picky client!!!
Add following code to css/custom.css and adjust the color values:
.social_bookmarks_rss:hover {
background-color: #FFA133;
}
.social_bookmarks_facebook:hover {
background-color: #37589B;
}
.social_bookmarks_twitter:hover {
background-color: #46D4FE;
}
.social_bookmarks_mail:hover {
background-color: #9FAE37;
}
.social_bookmarks_dribbble:hover {
background-color: #E44885;
}
.social_bookmarks_linkedin:hover {
background-color: #419CCA;
}
.social_bookmarks_search:hover {
background-color: #222222;
}
.social_bookmarks_gplus:hover {
background-color: #DE5A49;
}
.social_bookmarks_behance:hover {
background-color: #008CFA;
}
.social_bookmarks_flickr:hover {
background-color: #FF0086;
}
.social_bookmarks_forrst:hover {
background-color: #234317;
}
.social_bookmarks_myspace:hover {
background-color: #000000;
}
.social_bookmarks_tumblr:hover {
background-color: #345574;
}
.social_bookmarks_vimeo:hover {
background-color: #31BAFF;
}
.social_bookmarks_youtube:hover {
background-color: #A72B1D;
}Thanks Dude...worked great!
I am getting quite a long list of Quick CSS for this site. Would it be better to put them all on the custom.css and use it? If yes, what different do I need to do.
Continued thanks for all your support:-)
Hey elames,
Yes, once you get to a longer bit of css changes its better to put them into the custom.css file. Simply open the custom.css via FTP or your servers file manager and add the css to it below the introduction line.
Regards,
Devin
Sounds good Devin, Then will it automatically default to the custom css or is there something else I have to do to point the site there to use it?
Thanks
Hey!
No, all style rules in custom.css will "overwrite" the existing css code automatically. No additional actions are required.
Regards,
Peter
Appreciate all your help. You can close this thread now ;-)
This topic has been closed to new replies.