Color of Default post icons and Search bar
- The topic ‘Color of Default post icons and Search bar’ is closed to new replies.
Need help? Check out our Support site, then
Is there anyway to change the color of the default icons (i.e. camera icon) shown above posts? Also the background color of the “search” field?
Thank you :)
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for contacting, I just checked your website but your are not using our theme Bloggy.
Let me know if you still need help with.
All the best,
Ana
Sorry, its the second, blondetheroadagain.com, not stylish student, sorry about that.
Thanks for your help.
Hi,
u can change theme colors using Custom Color feature: https://en.support.wordpress.com/custom-design/custom-colors/
of by adding this to the Custom CSS:
.bloggy.bloggy-image {
color: #e0d8cc;
}
aside.widget_search {
border-bottom: 1px dashed #e0d8cc;
background: #f7f3ed;
}
and change it with colors you want
Hope this helps.
All the best,
Ana