• I have the Theme Blvd theme called Denali. I want to change my drop down arrows to black (or almost black). I’ve tried a number of CSS codes in my child theme (all posted in the www.remarpro.com Support Forums). But none of them worked. Not sure what I’m doing wrong.

    Any help would be appreciated.

    https://www.ataitec.net/

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like this is an svg graphic chev-down.svg. You can pull this image up in a graphics editor that supports svg and change the color then save it back.

    This can be done with css but you would have to look at the svg file and determine the objects name. I’ve only done it a few times so not sure of the css commands you would need to preform. I will try to look it up when I have more time and if no one else has answered your question.

    Thread Starter LizONBC

    (@lizonbc)

    Thanks for the input, mrtom. I have no idea where to find the svg file. And I don’t know if my Photoshop 7 supports svg. I’ve never heard of svg before.

    photoshop should work fine.

    here is the code in your css that creates the character.

    background-image: url(../../assets/svg/chev-down-101010.svg);

    Thread Starter LizONBC

    (@lizonbc)

    Thanks, mrtom. It’s fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Drop Down Arrows’ is closed to new replies.