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
- mesquite
- Commercial Templates
- Tuesday, 26 November 2013
- Subscribe via email
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...
Ciarán
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
- more than a month ago
- Commercial Templates
- # 1
Thanks Ciarán
Is there anyway I can remove the footer section altogether?
Regards
Terry
Is there anyway I can remove the footer section altogether?
Regards
Terry
- more than a month ago
- Commercial Templates
- # 2
Sure... would you like to remove just the footer area or both the footer and base modules (slightly darker line) area?
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 3
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
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
- more than a month ago
- Commercial Templates
- # 4
Hi Terry
Ok... try adding the following to the Custom CSS field of your templates parameters...
The modules and footer will remain, just the background will become transparent.
Ciarán
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
- more than a month ago
- Commercial Templates
- # 5
Brilliant Ciarán.
Sorry to ask one more favour.
Can I do the same with the padding at the top?
Terry
Sorry to ask one more favour.
Can I do the same with the padding at the top?
Terry
- more than a month ago
- Commercial Templates
- # 6
Presuming I understand you correctly try also adding the following to your Custom CSS field...
Ciarán
#container_spacer3, #body_top {
background-color: transparent !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »