SVG doesn’t appear on mobile

Home Forums Porto – Responsive HTML5 Template SVG doesn’t appear on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045127
    wael
    Participant

    Hi, the SVG element (a blue underline) under a text section in the hero section does not appear when viewed on mobile devices. It works perfectly on desktop, but it is completely missing on smaller screens.

    I have checked the CSS and JavaScript, but I haven’t been able to resolve the issue. Could you please assist me with this?



    Template Version: 10.4
    #10045129
    Support
    Keymaster

    Hello, sorry about that issue, try to add this css:

    (css/custom.css)

    @media (max-width: 991px) {
    	.highlight-scribble-1 path {
    		stroke-dasharray: none;
    	}
    }

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

This topic is marked as "RESOLVED" and can not rceive new replies.