This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello, for the footer; how can i make the black part smaller in size, and how can I totally takeout the grey part that sais ”Created by…”
Hello,
Theme Options > General > Footer > Show footer demo blocks > Off
Add this code in Theme Options > Styling > Custom css:
.footer {
padding-top: 2rem;
padding-bottom: 2rem;
}
Also, please read our documentation https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
Regards
You must be logged in to reply to this topic.Log in/Sign up