0
Welcome Guest! Login
0 items Join Now

Changing Main Body Color on Template Reflex

  • Changing Main Body Color on Template Reflex

    Posted 13 years 1 month ago
    • Hello

      The Main Body Color in the Template Reflex is white and I want to change It and also the Text color. I didn't found the right entry on the css files or where I can I change it?

      Sorry I'am a little bit lost at the moment.

      Christian
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Changing Main Body Color on Template Reflex

    Posted 13 years 1 month ago
    • Can you please provide a link to your site so I can take a closer look?

      Please check the Top Tips for Support for the info we need to provide the quickest and best response.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Changing Main Body Color on Template Reflex

    Posted 13 years 1 month ago
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Changing Main Body Color on Template Reflex

    Posted 13 years 1 month ago
    • Hi, to change your white mainbody background color, add this code to the bottom of your template.css, change the hex number to suit your needs.
      #rt-main .rt-container {background: #ffffff; }

      To change the text color in the mainbody area, use this code and change the number to whatever you like
      #rt-body-surround {color: #000000; }
      Hope that helps.
    • The following users have thanked you: atbeaty

    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Changing Main Body Color on Template Reflex

    Posted 12 years 1 month ago
    • its a year old, but following up on my needs as well.
      this came in handy.. to a point...
      my main page would look fine, but anything component based (ie. blog, forms, etc) adpots the color change as well.. as its main page color... which is an issue

      how can we make it so the blog/components dont take on that color change?
      (i am using reflex on 165 and RSblog)
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Changing Main Body Color on Template Reflex

    Posted 12 years 1 month ago
    • You'll have to provide a link to your site so I can see what's happening.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Changing Main Body Color on Template Reflex

    Posted 12 years 1 month ago
    • Cliff
      you can see the site at www.rayhiatt.com

      the area immediately below the rotator mini bar and right above the Contact me area is the new color
      232323
      it used to be the surround color for the template (style 2)
      if you click on Blog, you will see the effect it has on a component controlled page
      if you click on Bio, you will see how it 'should' look
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Changing Main Body Color on Template Reflex

    Posted 12 years 1 month ago
    • There is something going on here that isn't related to the template.

      I can't highlight or inspect any of the text - so I can't see where the styles are coming from. Do you have some sort of right click protection turned on? If so, please turn it off as I can't help much if it's on.

      You have a lot of color styles coming from your HTML content, and you have a lot of HTML validation errors: validator.w3.org/check?uri=http%3A%2F%2F...ctype=Inline&group=0

      If the styles you're seeing are coming from RSBlog - you'll have to remove them. I can't say if that is what is happening or not, or how you would do that - it's not a product we make and I can't inspect your code so there isn't much information I can provide at the moment.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Changing Main Body Color on Template Reflex

    Posted 12 years 1 month ago
    • hello cliff;

      i have turned the anti-click off

      the themes from RS blog only change the accents. I have tried them all, but the text area still stays in the rt surround color
      if i change the surround color, say to red, then the background of the blog goes to red.

      I have created a Sadmin account for you and PMd you the credentials

      also, this is a backup/test site, uploaded for this purpose, so dont be too hyper if something goes wrong
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Changing Main Body Color on Template Reflex

    Posted 12 years 1 month ago
    • I took a look. In your admin I disabled the Gantry cache in the template settings and the RokGZipper in the plugin manager, as it's not possible to see the source CSS with those on.

      There is a css file that RSBlog loads, you may want to disable, override or remove that. You'll need to contact their support for how to do this.

      Other possibility is that the unclosed span tag errors are causing the page colors to get messed up, since you have inserted inline css colors into the HTML in your posts, it overrides any styling the template provides. The only way to fix this is to edit the HTML in your articles and fix the errors and / or remove the font color styling from there.

      Nothing I'm seeing here can be fixed by adjusting the template. Do what I've mentioned above and if you're still having issues let us know.
    • The difficult we do immediately, the impossible takes a little longer.

Time to create page: 0.049 seconds