Sidebar Decoration Color

Hello!

Thanks for a great theme! I’m having one bit of trouble, however. I need to change the color of the divider decoration on our blog’s sidebar from yellow to our red color, but I can’t find the css line to accomplish it. See our site here:

http://www.rentparagon.com/blog/

Also, I could use help finding the change to make the widget for “Recent Posts” not squash the title with the > decoration in that same sidebar.

Thanks in advance for your assistance!
Jenna

Hi @paragonch,

Use this css code:

.widget .widget-title:before {
background-color:#fff;
}

Thanks,

Cristian

Hi @paragonch,

Use this css code:

.widget .widget-title:before {
background-color:#fff;
}

Thanks,

Cristian