Dear Juggledad
thank you for your quick answer.
1) I followed your steps. I added a template and deleted the <div> of the widgets. Then I changed this
Code:
<div id="content" class="col8">
to this
Code:
<div id="content" class="col12">
Thank you, it works.
2) I'm able to change the search widget icon, by just adding this :
Code:
.widget_search > h3 i { background-position: -120px -120px }
.widget_search:hover > h3 i { background-position: -96px -120px }
I'll later add a new icon.
But one problem persists. I've two widgets of links, with a star icon. I would like to customize this icon.
Code:
<aside id="linkcat-9" class="widget widget_links cf">
<aside id="linkcat-10" class="widget widget_links cf">
I tried this in the widgets.css :
Code:
.linkcat-9 .widget_links > h3 i { background-position: -120px -120px }
and
Code:
#linkcat-9 .widget_links > h3 i { background-position: -120px -120px }
It doesn't work. Do you have any clue, please ?
Thank you.