test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Saguaros Moderator
    #904515

    Hi

    You can put the URL of page you want to have dark background here so I will have a look.

    mazhar shah Friend
    #904563

    Hi
    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 Friend
    #904564

    Hi
    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 Moderator
    #905265

    I 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 Friend
    #906027

    Thank 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 Moderator
    #906089

    You 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 Friend
    #906160

    solved. Thank you.

    Saguaros Moderator
    #906161

    You’re welcome!!!

Viewing 8 posts - 1 through 8 (of 8 total)

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.