Home Forums WoodMart support forum SVG Icon color

SVG Icon color

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

    nathancarvalho
    Participant

    Hello,

    I`m trying to upload SVG format Icons in a way that if the main color is changed, so does the rest of the icons on the site.

    Just like you guys did with the Original Black Watches line in the demo below
    https://woodmart.xtemos.com/demo-watches/demo/watch/

    The thing is I don`t know what I am doing wrong, if there is a specific SVG format or if it is a bug from the theme.

    As you guys can see from the screen below, when adding new SVG sometimes the theme just pick a completly different icon (I uploaded an icon without color but the its showing an old one).

    I made sure to upload icons with Stroked color only…
    Maybe you guys know what is causing it, thanks!

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

    Artem Temos
    Keymaster

    Hi,

    The color for these SVG icons can be changed with the following CSS code

    .info-svg-wrapper path {
        stroke: #5797B2!important;
    }

    Probably, similar code is added to your page custom CSS section with Visual Composer. You can remove it or add another one to Custom CSS in Theme Settings -> Custom CSS to override all colors globally.

    Regards

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