I will like to add small icons infront of Name, Email, Comments and Website in Comment Form. What size should the icon be and how to insert the icons. http://prntscr.com/cqaiuk
http://mywebsite/wp-content/themes/Newspaper/
why is this url at crawl errors in webmaster tools , did i make something wrong ?
Hello,
@hadharm
Our theme does not have any options to add an icon in those places. You will have to edit the theme code for it. you can use font awesome for it and add the code here if you have the proper coding skills: http://screencast.com/t/HeDTTbMC
@jugunews
Please post your own topic if you have an unrelated question as you will only delay the answer to the original poster.
I tried this but it returned some error on website. Check here ===> http://prntscr.com/cqifwz
That is probably because you are not implementing html with php properly. Please use this guide to learn how to customiozt php files and add html between php code: http://stackoverflow.com/questions/18140270/how-to-write-html-code-inside-php
Thank you!
Thanks @bodgan-b, Still same error. Check how i edited code here in website case ==> http://prntscr.com/cqkzvz
Please try this from your end and let me know what I am mising
Hi,
Upon further inspection it seems thare is no simple way of adding an icon inside a text area in htmnl. There is an alternative solution using css and pseudo-elements though http://stackoverflow.com/questions/19285640/font-awesome-icon-inside-text-input-element
Thank you!