Hi
Change just 5px by 0px:
img {
-webkit-border-radius: 0px;
border-radius: 0px;
}
Yes it’s in your style.css.
You should create a child theme because at each refreshing of your theme you will loose your changes.
Hi,
Is it already in style.css and it just needs to be modified or I have to add a new string and if so, where?
Thank you 🙂
Is it already in style.css and it just needs to be modified
Yes but the best way is to create a child theme.
I can’t find it. Where exactly is? What section do I have to look for?
I don’t have any “-webkit-border-radius: 0px; border-radius: 0px” with 5px
Thanks
Sorted! I add to add a line in .lang-item 🙂
Happy days!
Thank you 🙂