0
Welcome Guest! Login
0 items Join Now

SOLVED Afterburner2 - surrounding background - bottom posi

    • Lourika's Avatar
    • Lourika
    • Hero Rocketeer
    • Posts: 264
    • Thanks: 3

    SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 8 months ago
    • Hi there

      My link is: [url]url removed[/url]

      If you look at the homepage and say the first link ([url]url removed[/url]) you will see that the second page has a blue background which is called by rt-mainbody-surround.

      How can I create a rt-bottom-surround for the homepage so that I can have a solid background color on the sides of the modules published in rt-bottom?

      I tried adding another mainbody but it didn't work - and the homepage is made up of modules so I was wondering if anyone has any idea how I can accomplish this?

      Any suugestions would be highly appreciated
    • Last Edit: 11 years 8 months ago by Lourika.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 8 months ago
    • Add this to your custom css file
      #rt-beforefooter {
      background-color: #014255;
      }
       
      #rt-beforefooter .rt-container {
      background-color: #ffffff !important;
      }

      This is how you create a custom CSS file...
      www.gantry-framework.org/documentation/j...custom_stylesheet.md

      When we release upgrades template files will change and you will have to reapply all your changes again (that's if you can remember where they all are). If you keep your changes in a separate Custom CSS file you'll have no issues upgrading.
    • Check my services at: Mihha-Vision
    • Lourika's Avatar
    • Lourika
    • Hero Rocketeer
    • Posts: 264
    • Thanks: 3

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 8 months ago
    • Genius! Thanks Igor - you saved me a lot of headache!
    • Lourika's Avatar
    • Lourika
    • Hero Rocketeer
    • Posts: 264
    • Thanks: 3

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 8 months ago
    • Just a note: I added !important to this to make it work:
      #rt-beforefooter {
      background-color: #014255 !important;
      }
    • mixall11's Avatar
    • mixall11
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 6 months ago
    • Hello, please tell me you know how to change the page background color chosen for me somehow I forgot to thank you ....
      I have a free template Afterburner2 at akumaservis.sk/web1/
      I need to change the background color of the slightly red but only the upper and lower background
      thanks
    • Lourika's Avatar
    • Lourika
    • Hero Rocketeer
    • Posts: 264
    • Thanks: 3

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 6 months ago
    • Hi Mixall

      Try putting this in your custom css file. Just replace my #014255 with your chosen colour.

      #rt-header {
      background-color: #014255 !important;
      }

      #rt-bottom{
      background-color: #014255 !important;
      }

      #rt-footer{
      background-color: #014255 !important;
      }

      Hope it helps.
    • mixall11's Avatar
    • mixall11
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 6 months ago
    • :D super thanks
    • mixall11's Avatar
    • mixall11
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 6 months ago
    • I save the file under the name custom.css ??
    • mixall11's Avatar
    • mixall11
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 6 months ago
    • and in which folder should I move I put it into the template folder and nothing ....
      I feel stupid but I have not slept ....
    • Lourika's Avatar
    • Lourika
    • Hero Rocketeer
    • Posts: 264
    • Thanks: 3

    Re: SOLVED Afterburner2 - surrounding background - bottom posi

    Posted 11 years 6 months ago

Time to create page: 0.072 seconds