0
Welcome Guest! Login
0 items Join Now

SOLVED: Gantry Background image plus color

    • Novagiant's Avatar
    • Novagiant
    • Sr. Rocketeer
    • Posts: 127
    • Thanks: 0

    SOLVED: Gantry Background image plus color

    Posted 13 years 4 weeks ago
    • Hi I hope someone can help. I am having a very difficult time with gantry handling the background.
      I am trying to achieve this: background image with repeat x and a background color of #959495

      The problem is I get a white space at the bottom see here: http://safeortho.novaserve10.com
      I want that white space to be #959495 but I have tried everything I can think of.

      I noticed that gantry outputs a body tag with CSS and the background: #959495, it gets this from my background color in the template admin. If I change it to background-color: #959495. How can I do this?
    • Last Edit: 13 years 4 weeks ago by Novagiant.
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: SOLVED: Gantry Background image plus color

    Posted 13 years 4 weeks ago
    • Hi, the only real way to change this, but still have the color chooser in the backend is to modify the styledeclaration.php file.

      If you haven't used this yet, grab it from the libraries -> gantry -> features -> styledeclaration.php and copy it into the features folder in your gantry template directory - if there is no features folder there, create it and put the file inside. This way you can override it without changing the core files.

      Once you have that copied over and open, you'll see this where the color choosers are applied via CSS. Find a line that looks like this:
      $css  = 'body {background:'.$gantry->get('bgcolor').';}';
      Just change background to background-color and you're all set. This is also how you can add or remove elements that are controlled by the color changers. Hope that helps.
    • The difficult we do immediately, the impossible takes a little longer.
    • Novagiant's Avatar
    • Novagiant
    • Sr. Rocketeer
    • Posts: 127
    • Thanks: 0

    Re: SOLVED: Gantry Background image plus color

    Posted 13 years 4 weeks ago
    • Awesome! Thanks Cliff :) You made it a great start to the end of the week.
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: SOLVED: Gantry Background image plus color

    Posted 13 years 4 weeks ago
    • Glad to help :D
    • The difficult we do immediately, the impossible takes a little longer.

Time to create page: 0.091 seconds