Change Gadget Background Color In Blogger Dynamic View 

 

Changing Color

Follow below steps to change background color-
  • Go to blogger dashboard
  • Click on Template tab.
  • Now Click on Customize button.
  • Select Advance>>Add Css
  • And Paste below code there
.gadget-icons, .gadget-title, .gadget-content, #gadget-dock, .gadget-menu, .ss{
background: #005896 !important;
color: #FCD927 !important;
}

Here, background attribute represent background of the gadget and color attribute represent font color of the gadget.

Blue color highlighted code is representing background of the gadget and red color highlighted color represent font color of the gadget you can change color of it by generating your favorite hex color code and replacing that code with above code.

0 comments:

Post a Comment

 
Top