Customize/Change Gadget Color in Blogger Dynamic Views

Customize/Change Gadget Color in Blogger Dynamic Views. Currently, the gadget's color is set to black by default, with white font, but you can customize it with your own custom colors and font as well.







How To Customize Blogger Gadget With Colors

  • Go to Blogger Dashboard --> Design --> Template Designer
  • Then click on Advanced and then on Add CSS tab.
  • Copy the code shown below and Paste it inside the box and click on Apply to Blog

.gadget-icons, .gadget-title, .gadget-content, .ss {
background: red !important;
color: yellow !important;
}

Background represents the background color of gadget, while color represents the gadget font color. You can add your own background and fonts colors.

  • If you want to adjust the gadget link color, add the following code to your CSS.

.gadget-icons a, .gadget-title a, .gadget-content a, .ss a{
color: white !important;
}

Like it? Share it.

No Comments

Click to Add a New Comment

  • If you're asking a question click on Subscribe By Email link, on the comment form, to be notified of replies.
  • Do NOT add links to the body of your comment as they will not be published.
  • Only the comments posted in ENGLISH will be approved.
  • If you have a problem check first the comments , maybe you will find the solution there.