Can't display SVG icons

Posted in: Newspaper
Post count: 44

Hello,

I have a code that displays .svg icons to indicate the evolutions of figures : https://www.screencast.com/t/REoi2X07n5.

This is the code that goes on page :
*********************************************
<span class=”arrow arrow-bottom”>?</span>
<span class=”arrow arrow-top”>?</span>
<span class=”arrow arrow-right”>?</span>
********************************************

This is the code that I am lookging to implmenent in Theme Panel/Custom code/Custom CSS :
**********************************************
.arrow-bottom {
background: url(PATH/arrow-bottom.svg) center center no-repeat;
}

.arrow-top {
background: url(PATH/arrow-top.svg) center center no-repeat;
}
.arrow-right {
background: url(PATH/arrow-right.svg) center center no-repeat;
}
*********************************************

And my question is : where shall I store these .svg icons and what should be the PATH?

Thanks in advanced.

Post count: 21065

Hi!

I just replied into your own topic here:
https://forum.tagdiv.com/topic/help-with-custom-css/
Please do not create another topic with the same issue.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.