I like to share to you how to change your border radius in blogger you can use this if you like to change your border radius in you template:
First log in your account in the blogger.com. and follow this step in the picture below
Second: Must be click the expand widget template that can locate all item inside in the html css.
This is the format if your page doesn't edit the radius.
-moz-border-radius: $(content.border.radius);-webkit-border-radius: $(content.border.radius);-goog-ms-border-radius: $(content.border.radius);border-radius: $(content.border.radius);
Now: You can replace the code below and you can change it anytime.
border-radius: 39px 12px 43px 9px;
-moz-border-radius: 39px 12px 43px 9px;
-webkit-border-radius: 39px 12px 43px 9px;
border: 0px solid #800000;
Then save it and check your blogger page if there is a changes.
Hope can help this to you.
Your family,
Guideinfoyou
No comments:
Post a Comment