1. dy87chf
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 21 May 2023
  5.  Subscribe via email
I need to change the width and background color for footer-2 in the Emani template.

I don't see anywhere in the template settings to change the footer-1 or footer-2 background color or width. There is one setting in General - Modules/Component Styling for Footer Background Color, but this only affects the copyright area. There is no footer-1 or footer-2 option in Module Style Overrides or Module Widths.
Accepted Answer Pending Moderation
0
Votes
Undo
add to custom css
#footer-1 {
background-color: #333;
}
#footer-2 {
background-color: #333;
}

edit to taste
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
How would I change it to 100% width?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
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_footer .wrapper960 {
width: 100%;
}


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


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