![]() |
Before |
![]() |
After |
Note: This tweak does not work if you have multiple authors posting in your blog.
For Normal Templates:
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
.fn a, .commentRaplace 'YoboY' in Line 6 and Line 10 with your nickname. Note that this will also change the names that appear when you post a comment in your own blog. You may also need to change the font size of your nicknames by altering Lines 7 and 11.
.blog-author a, .ss a, .fn{
font-size: 0px !important;
}
.fn:after{
content:"YoboY";
font-size: 13px !important;
}
.blog-author a:after{
content:"YoboY";
font-size: 12px;
font-weight: 900;
}
For Dynamic Views Templates:
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
.publish-info, .ss{Raplace 'YoboY' in Line 12 with your nickname. Unfortunately, due to lack of a proper handler, it is not possible to change author names in comments to nicknames.
font-size: 0px !important;
}
.time.published{
font-size: 14px !important;
}
.publish-info:before{
content: "Posted ";
font-size: 14px !important;
}
.publish-info:after{
content: "by Yoboy";
margin-left: 5px;
font-size: 14px !important;
}
0 comments:
Post a Comment