Home Forums WoodMart support forum Adding an Icon css

Adding an Icon css

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #214605

    mkbcn08
    Participant

    Hello,

    I’m trying to add a search icon from: https://fontawesome.com/v4.7.0/icon/search

    But the result is this: http://prntscr.com/tpclw2

    Css code is:
    .redondeo_cuadro a:after {
    content: “\f002”;
    font-family: Fontawesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    }
    I tried with woodmart-font also. Am I doing something wrong? or doesn’t support that icon in html?

    Thank you

    #214711

    Hello,

    WoodMart supports Fontsome icons 5.0 version now. https://fontawesome.com/icons?d=gallery

    Please find the icon, provide its URL and the screen and page URL of what you want to change, I will provide custom CSS.

    Best Regards

    #214768

    mkbcn08
    Participant

    Hello!

    The icon I want to add is https://fontawesome.com/icons/search?style=solid

    Thank you very much!
    Best Regards,
    Mike

    #214876

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .searchform .searchsubmit:after {
      content: "\f002";
    	font-family: 'Font Awesome 5 Free';
      font-weight: 900;
    }

    You need to enable “Always use” in the Theme Settings > Performance > CSS.
    Best Regards

    #215622

    mkbcn08
    Participant

    Thank you Elise and all Xtemos Staff. You are great!!

    #215648

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)