Home Forums WoodMart support forum Change color icon (svg)

Change color icon (svg)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #321914

    Maikel
    Participant

    Hi support,

    I want to change the color of the icon in the header (see picture).

    I hope you can help me.

    Thank you for your support!

    Yours sincerely,

    Maikel

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

    Hello,

    The colors of the svg icons are added inside the svg file.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-header .wd-info-box .info-svg-wrapper path {
        stroke: orange !important;
    }

    And see if this works for you. Otherwise, you need to use a different icon of your required color.

    Regards.
    Xtemos Studios.

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