Change Icon in Header

Home Forums Jevelin Theme Change Icon in Header

Home Forums Jevelin Theme Change Icon in Header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • 69boxes
    Participant

    Hi, is there any possibility to change the Icon in the header? (see screenshot attached)

    Attachments:
    You must be logged in to view attached files.

    69boxes
    Participant

    Sorry, I mean the one before “Diskreter Versand”

    Hi @69boxes,

     

    I hope you are well today and thank you for your question.

     

    We can achieve this developing custom CSS code.

     

    Could you please share me your site URL where it’s displaying and tell me the Icon that you want to replace with so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    69boxes
    Participant

    See private message as the website is currently not online and you need an PW

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .header-contacts-details .icon-clock:before {
        content: "\e00c";
    }

    69boxes
    Participant

    Perfect, thnx!!

    You are most welcome here 🙂

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