Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1046898
How can I change icon in top area ?
Closed

Comments

  •  2
    Narerit started the conversation

    I want to change this icon to Mobile icon.

    See a picture, please.

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .top-area-contacts .gem-contacts-phone:before {
        content: '\e625';
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Narerit replied

    I have one more question.

    What about the icon in footer contact. How can I change in the same way ?

    Thank you for your support :)


  •  2
    Narerit replied

    this is picture.

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    body .widget .gem-contacts-phone:before, body .wpb_widgetised_column .gem-contacts-phone:before {
        content: '\e625' !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver