Skip to content

tags

Auto Added by WPeMatico

How do I wrap divs inside of tag?

I have the following code in Magento, <a href=”https://www.example.com” class=”learn-link” > <div class=”card”> <img src='{{mediaurl=&quot;wysiwyg/home/DesignerSunglasses}}’ alt=”Best Designer Sunglasses” class=”term-image” loading=”lazy” /> <div class=”container”> <h3 class=”page-title”>Lorem</h3> </div> </div> </a> However, after I saved the code, the tag disappeared, if I add… Read More »How do I wrap divs inside of tag?

How do I enable alt text?

I’m trying to enter alt text on an item in magento but the alt text box is greyed out as if the feature is disabled. Does anyone have an idea as to how I can enable this?