Where I change 'golf' pictogramme in the footer?
Dear team,
how and where can I change in the settings this 'golf' picto in the footer that comes by default in the Golf Demo ? http://imgur.com/wgfsXKi here http://themes.muffingroup.com/be/golf/the-club/
thank you!
how and where can I change in the settings this 'golf' picto in the footer that comes by default in the Golf Demo ? http://imgur.com/wgfsXKi here http://themes.muffingroup.com/be/golf/the-club/
thank you!
Comments
you can change this image with below css:
I added this part of code in the custom css section :
/*Alfiya footer*/
#Footer .widgets_wrapper::before { url("http://www.goldenprincess.fr/wp-content/uploads/2015/07/Compass_Symbol_64.png") !important;
}
and it did not work.