Hi there, I would like to have the Orange Color RSS Feed Icon display in the Widgets area and also in the Sidebar, where I have RSS Feeds. Preferably have the icon display to the left of the the Title. You had provided me with the following codes to add to the Quick CSS awhile back, but after migrating the site to a different server, the icon disappeared:
#rss-3 .rsswidget img {
display: block;
float: right;
}
I will provide my site address in a private reply. Thanks for your help.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.widget_rss .widgettitle img {
display: block;
float: left;
padding-right: 5px;
}
that should do it
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well and adjust as needed
.avia_ajax_form .button { padding: 10px 20px; }
Best regards,
Yigit