-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 25, 2016 at 2:57 am #904515Hi
You can put the URL of page you want to have dark background here so I will have a look.
mazhar shah Friendmazhar shah
- Join date:
- September 2014
- Posts:
- 201
- Downloads:
- 132
- Uploads:
- 37
- Thanks:
- 37
- Thanked:
- 8 times in 5 posts
March 25, 2016 at 6:16 am #904563Hi
Its not ‘one page’ but in effect, THE WHOLE SITE.At the moment for example on your demo, the FEATURES page has a black footer position. (Its the portion containing the modules….. Typo pages, Joomla! Pages,Component support, abd the T3 logo and copyright information.
Again on your demo site if you go to any News, Blog, Typography pages, they all have a light footer. The same footer modules as above are shown but light colour. IT IS THESE PAGES… or in efect the rest of the site which I need the darker footer.
mazhar shah Friendmazhar shah
- Join date:
- September 2014
- Posts:
- 201
- Downloads:
- 132
- Uploads:
- 37
- Thanks:
- 37
- Thanked:
- 8 times in 5 posts
March 25, 2016 at 6:16 am #904564Hi
Its not ‘one page’ but in effect, THE WHOLE SITE.At the moment for example on your demo, the FEATURES page has a black footer position. (Its the portion containing the modules….. Typo pages, Joomla! Pages,Component support, and the T3 logo and copyright information.
Again on your demo site if you go to any News, Blog, Typography pages, they all have a light footer. The same footer modules as above are shown but light colour. IT IS THESE PAGES… or in efect the rest of the site which I need the darker footer.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 28, 2016 at 2:47 am #905265I got your point. The FEATURES page uses theme called features which has style with black background for footer. While other pages like Typo, Joomla, etc … uses default theme.
If you want these pages also have black background for footer, you can open the default template style under Backend > Extensions > Template manager > browse "Theme" tab and change to ‘features’ theme: http://prntscr.com/akxclb
mazhar shah Friendmazhar shah
- Join date:
- September 2014
- Posts:
- 201
- Downloads:
- 132
- Uploads:
- 37
- Thanks:
- 37
- Thanked:
- 8 times in 5 posts
March 29, 2016 at 6:11 am #906027Thank you, but that wont work for me.
On the ‘default’ theme the top menu positions/style look very different from the ‘features’ theme template. Therefore I need to use the ‘default’ theme throughout.
I had a similar problem before. I wanted to use the default theme throughout, BUT with the feature pages ‘sections’ part. The reason is that the ‘features’ sections were displaying the K2 modules VERY differently from the default template.. So I copied the ‘sections’ part from the ‘features’ template and added that to the ‘default’ template. That works fine. NOW I have the default template modified with the addition of ‘section’ copied from the ‘features template and the k2 modules display perfectly.
Now I just need to change the footer colour in the default template, so it is dark and not white as it is now. i just want to copy the ‘footer’ from the ‘features’ template and replace the footer in the ‘default template’. But I don’t know all the files to copy.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 29, 2016 at 8:59 am #906089You can check the style for the footer of ‘features’ theme under the file: ROOT/templates/ja_social_ii/css/themes/features/template.css
Look for css declaration for footer starting from:
.t3-footer { background: #222222; color: #555555; font-size: 12px; } .t3-footer:before, .t3-footer:after { content: " "; display: table; } .t3-footer:after { clear: both; } .t3-footer small { display: block; font-size: 100%; } .t3-footnav { padding: 24px 0; } ..........
And make appropriate changes for footer in the file: ROOT/templates/ja_social_ii/css/template.css
Or you can add custom css into the file: ROOT/templates/ja_social_ii/css/custom.css (create this file if it doesn’t exist) , this way will help to keep changes not be lost when you update template
mazhar shah Friendmazhar shah
- Join date:
- September 2014
- Posts:
- 201
- Downloads:
- 132
- Uploads:
- 37
- Thanks:
- 37
- Thanked:
- 8 times in 5 posts
March 29, 2016 at 10:41 am #906160solved. Thank you.
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Saguaros 8 years, 9 months ago.
The topic ‘footer position in dark colour like front page’ is closed to new replies.