Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Chrystl

    (@chrystl)

    Hi

    Change just 5px by 0px:

    img {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    
    }
    Thread Starter scatmax

    (@scatmax)

    Hello,

    Where? Style.css?

    Plugin Support Chrystl

    (@chrystl)

    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.

    Thread Starter scatmax

    (@scatmax)

    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 🙂

    Plugin Support Chrystl

    (@chrystl)

    Is it already in style.css and it just needs to be modified

    Yes but the best way is to create a child theme.

    Thread Starter scatmax

    (@scatmax)

    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

    Thread Starter scatmax

    (@scatmax)

    Sorted! I add to add a line in .lang-item 🙂

    Happy days!

    Thank you 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Flag rounded corners’ is closed to new replies.