1. mesquite
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 26 November 2013
  5.  Subscribe via email
Please see: http://topdrawerdesigns.co.uk/
Using Clarity template.
In the template back end I've unpublished the footer menu but it remains there?

Please assist.

Many thanks
Terry
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Terry

If you wish you can send temporary administration access to info@joomla51.com and we will examine this issue further. Please paste a link to this post in your email for our reference.

Alternatively you can add the following to the Custom CSS field of your templates parameters...


#footermenu {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán
Is there anyway I can remove the footer section altogether?

Regards
Terry
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Sure... would you like to remove just the footer area or both the footer and base modules (slightly darker line) area?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán
The ideal scenario would be to use the background image in place of the larger, darker area, whilst still being able to publish a footer module at a later date.
I'm trying to get a template to look along the lines of this one: http://thehandandflowers.co.uk/

Regards
Terry
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Terry

Ok... try adding the following to the Custom CSS field of your templates parameters...


#container_base, #container_copyright {
background-color: transparent !important;
}


The modules and footer will remain, just the background will become transparent.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Brilliant Ciarán.
Sorry to ask one more favour.
Can I do the same with the padding at the top?

Terry
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Presuming I understand you correctly try also adding the following to your Custom CSS field...


#container_spacer3, #body_top {
background-color: transparent !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Brilliant.
Many thanks Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • Page :
  • 1


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