Hello there,
I want to remove the border radius from the rounded "go back" button in order to display it rather as a square and not as a circle. However, in the ba-style.css (line 85), the css command for border-radius already has a an "!important"-expression. When I add
.ba-gallery .ba-goback > a {
border-radius: 0px !important;
to my custom css file, it still gets overruled by the command in ba-style.css.
Is there any solution for this?
Thank you,
Christoph