Hello to all,is it possible to change the font size and color of the post tittles in the widget?Can't find something on my style.cc of my Theme.
Thanks in advance
Hello to all,is it possible to change the font size and color of the post tittles in the widget?Can't find something on my style.cc of my Theme.
Thanks in advance
You need to find out your div id for that widget, (use Firebug, or source code)and style it in you child-theme style.css... It's important to make something like this:
#widget div id {
}
.post-title {
custom styling code
}
p.s. plugin is getting style for titles from theme, so if you don't name exact divid of the widget, your changes will affect all post titles.
You must log in to post.