HI Support,
I am using the Nova template and the social media icons (share this story) on the template are not displayed properly. I have removed CACHE but still no luck, Could you please help me?
Regards
Sachin
HI Support,
I am using the Nova template and the social media icons (share this story) on the template are not displayed properly. I have removed CACHE but still no luck, Could you please help me?
Regards
Sachin
Hi sachinsehdev,
I have added this CSS code to the Backend > Site template styles > pages > Tools > Custom CSS:
.ja-social-share-inner {
flex-direction: column;
}
.item-page .box-content .share-social .ja-social-share-inner .ja-button-list li a {
width: auto;
height: 40px;
}
dominic Can you please let me know what I would change to have these in a circle like in the original template ?
Hi sachinsehdev,
You can add the following CSS code to your site:
li.ja-button-share span.service-text {
display: none;
}
.service-icon {
font-size: 20px;
}
.item-page .box-content .share-social .ja-social-share-inner .ja-button-list li a {
width: 45px;
height: 45px;
border-radius: 50%;
}
thanks