This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello,
I need to change footer height, remove the white line running between two footers (highlighted in red) and change the copyrights text.
http://prntscr.com/lgmig7
Please help me in this regard.
Regards
Hello,
Theme Options > Footer > Show footer demo blocks > Off.
The height of footer you can change by adding Padding in Theme Options or by editing your footer static block.
Add this code in Global custom css:
.copyright .row-copyrights {
border: none !important;
}
Apperance > Widgets > Footer and Footer Copyright areas.
Regards
You must be logged in to reply to this topic.Log in/Sign up