title and sidebar
- The topic ‘title and sidebar’ is closed to new replies.
Need help? Check out our Support site, then
Hi
can i remove this:
https://saleemalbeik.files.wordpress.com/2014/11/screen-shot-2014-11-20-at-3-01-52-pm.png
the title which comes above the date in the postes
and can i change the color of the sidebar?
thanks
The blog I need help with is: (visible only to logged in users)
Hi!
1) Paste this code in custom css:
.breadcrumbs {
display: none;
}
2) Are you referring to the gray sidebar background color?
thanks,
yes the gray one
Paste this code in custom css:
#sidebar {
background: none repeat scroll 0 0 #e00000;
}
thanks alot
and the colors of borders between widgets in the same sidebar, the could be changed too?
Sure:
.widget {
border-bottom: 1px solid #e00;
border-top: 1px solid #e00;
}
thanks