Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Is background color in ThemeMagic or do we just change it in custom.css

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Is there a setting in ThemeMagic to change the background color for Newstream2?

I believe the color is a light great and might be #F1F1F1 but am not sure. I want to change it.

If it has to be changed in custom.css can you please give me a little snipped of css magic? I will probably change it to something like #eff9ff

thank you, Sean
  • scarney's Avatar
  • scarney
  • LIfetime Developer - Big Bamboo
  • 896 posts
  • 11 Thanks
  • Karma: 1
Last Edit: 9 years 4 months ago by scarney.
The administrator has disabled public write access.
I think it should be as simple as adding this to custom.css
body {
    background-color: #eff9ff;
}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
The following user(s) said Thank You: manh
yep thats right but the variable in theme magic should work but for reason doesn't

Will add this to update pending

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
oh and thanks Blueshift :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks to both of you. Interestingly enough there might be something else going on that is preventing this color from being able to be set. I put in the code that was provided just to see it on a temporary basis but it did not change the background color for me:

body {
background-color: #eff9ff;
}
  • scarney's Avatar
  • scarney
  • LIfetime Developer - Big Bamboo
  • 896 posts
  • 11 Thanks
  • Karma: 1
The administrator has disabled public write access.
ah

you're right this is the line in question

body .t3-wrapper {
background: #ffffff url(../../../../images/gradient.png) repeat-x !important;
}

So to overrule it you either add your own image file to the line above in the custom css file or use background-image: none
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: acvmultimedia
the simplest option for a colour would be

html body .t3-wrapper {background-image: none !important; background-color:red !important;}

replacing the red with your hex colour value

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: scarney
Hi Sean,

Sorry that variable isn't available in theme magic any more so it is a change via custom.css that is needed

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you very much! I changed the background using the hex value in the code you gave me. I did not touch the gradient.png and the background color changed just fine!

So, I am not sure what the use of the gradient.png file is for but I would sure like to know. I believe the gradient.png is actually white. So, that is white image is not being used for the main background image?

Sean
  • scarney's Avatar
  • scarney
  • LIfetime Developer - Big Bamboo
  • 896 posts
  • 11 Thanks
  • Karma: 1
The administrator has disabled public write access.
HiSean

It depends on the background colour its mostly a transition between a subtle colour and the background

if the colour is subtle you may well not need to change the image

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes, my background color is very subtle. Thanks for the explanation. I think I am good with calling this a finished discussion. :-)
  • scarney's Avatar
  • scarney
  • LIfetime Developer - Big Bamboo
  • 896 posts
  • 11 Thanks
  • Karma: 1
The administrator has disabled public write access.
Thanks Sean!
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers