Search…

X3 Photo Gallery Support Forums

Search…
 
mrSLK
Topic Author
Posts: 16
Joined: 10 Sep 2016, 00:25

Square background footer

21 Apr 2018, 06:01

Hi Team,

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

Thank You
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Square background footer

21 Apr 2018, 08:58

Yes, with custom CSS. Go to panel > Settings > Custom > Custom CSS, and add the following:
Code
.icon-buttons a {
  border-radius: 0;
}
 
mrSLK
Topic Author
Posts: 16
Joined: 10 Sep 2016, 00:25

Re: Square background footer

22 Apr 2018, 04:08

Thank You