1. mortk1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 26 December 2021
  5.  Subscribe via email
Hi Ciaran,

I need to remove a gray horizontal strip that appears to be the footer container at the very bottom of the pages in my Stockholm template.
Can you send me some CSS code to do that?
Here is a link to the site:
Title

Thanks,
Mort
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#container_base {
display: none;
}
#container_copyright {
padding-bottom: 0;
}
#body_bg {
background-position: 0 0 !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

That works great...thanks very much!

Mort
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!