Tuesday, 9 October 2018

CUSTOMIZE BLOGGER LABELS WITH CSS

Blogger is a great blogging platform that features great blogging features that contribute to blogging in search engines and SEO
labels, blogger, blogger help, blogger Support, css, blogger css, blogger widget, blogger widget, blogger design,


You may need to customize your appearance labels for your blogger's blog
This is a css code in order to customize blogger labels and you can customize it as you like.
All you have to do is log in to your Blogger account and go to the blog where you want to add the effect and place this code inside the HTML control panel Top tag </ head>.



<style>#Label1 a {
    color: #123cae;
    font-weight: bold;}
#Label1 a:hover {
    color: #fff;
    font-weight: bold;}

#Label1 ul&gt;li {
    background: #fff;
    padding: 2px;}
#Label1 ul&gt;li:hover {
    background: #0d88e6;}
.Label li {
 background: linear-gradient(to bottom, #6B6B6B 0%, #6B6B6B 4%, #333333 1%, #2B2B2B 100%) repeat scroll 0 0 transparent;
/* Label1 https://bttemb.blogspot.com/ CSS Styles */
  border: 1px solid;
  border-radius: 6px 6px 6px 6px;
  float: left;
  font-size: 116%;
  list-style: none outside none;
  margin: 2px; padding: 4px;
  transition: all 0.3s ease 0s; }.Label li:hover {transform: rotate(5deg);}.Label a {color: #fff;text-decoration: none;}</style>

After placing the code press Save.




No comments:

Post a Comment