Page 1 of 1

Square background footer

Posted: 21 Apr 2018, 06:01
by mrSLK
Hi Team,

Is it possible to make the background of the footer a square ? instead of Round ? 

Thank You

Re: Square background footer

Posted: 21 Apr 2018, 08:58
by mjau-mjau
Yes, with custom CSS. Go to panel > Settings > Custom > Custom CSS, and add the following:
Code
.icon-buttons a {
  border-radius: 0;
}

Re: Square background footer

Posted: 22 Apr 2018, 04:08
by mrSLK
Thank You