Tagged: x
-
AuthorPosts
-
October 12, 2016 at 2:56 pm #1213487
Ying-Fu LiParticipantHi,
on this website http://dehartenvriend.nl I have customized the widget title to have an image (a little heart). I used this code for that:
4.h-widget{ background: url(http://www.dehartenvriend.nl/wp-content/uploads/2016/09/Logo-DeHartenvriendsimple-copy-copy.png); background-repeat: no-repeat; background-position: left center; background-size: 20px; padding-left: 28px; font-size: 40px; }On this page: http://dehartenvriend.nl/hartenwinkel/ I use a different sidebar than the one on the homepage and it features woocommerce widgets. How can I get that same heart to appear in front of those? First image is what I want, the second how the current woocommerce widget titles are. Can’t find where to change it.
October 12, 2016 at 11:32 pm #1214104
RupokMemberHi there,
Thanks for wriitng in!
You can add this under Custom > CSS in the Customizer..x-main .widget { list-style: outside none none; } .x-widget-area .widget .widgettitle { background: url(http://www.dehartenvriend.nl/wp-content/uploads/2016/09/Logo-DeHartenvriendsimple-copy-copy.png); background-repeat: no-repeat; background-position: left center; background-size: 20px; padding-left: 28px; font-size: 40px }Let’s adjust the CSS if needed.
Cheers!
October 13, 2016 at 3:51 am #1214324
Ying-Fu LiParticipantThank you!
October 13, 2016 at 6:28 am #1214478
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1213487 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
