Community Forums › Forums › Archived Forums › Design Tips and Tricks › Changing the colors on Outreach theme
- This topic has 7 replies, 3 voices, and was last updated 7 years, 8 months ago by
peps2004.
-
AuthorPosts
-
June 30, 2015 at 4:56 pm #157988
peps2004
ParticipantI've uploaded the Outreach theme to our site - globalyouthaction.org - and am trying to get it to look a little more like the Outreach demo with regards to the colors.
At the top of the page where our logo is, we want to make it all white rather than the dark grid background that's there at present.
We also want to change the shade of orange it uses for the menu and elsewhere - I've selected orange on theme settings, but it's a different shade to the one on the demo. We'd like to make our menu the same color as the one on the demo.
Finally, we'd like the background to be the same plain gray color that's on the demo, rather than the black/gray grid that's on there by default.
Is there an easy way for us to make these changes??
http://globalyouthaction.orgJune 30, 2015 at 8:13 pm #158000Ginger
ParticipantHi there,
Your best friend will be the theme setup instructions....follow those and you can easily set everything up like the demo:
http://my.studiopress.com/setup/outreach-theme/
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
June 30, 2015 at 8:26 pm #158002peps2004
ParticipantHi Ginger,
I've tried following that by both adding a background image and changing the color but nothing actually changes, even after saving and publishing.
July 1, 2015 at 9:08 am #158038Ginger
ParticipantFor wanting the header white, in your style.css, look for #header and remove the background image and change it to the color white:
Remove this:
background: #090909 url(images/header.png) center repeat-y;
Add this in it's place:
background-color: #fff;
The orange is a different shade I believe since you have an old version of Outreach (v1.8) and it's been updated to Outreach Pro (v3.1). Using Inspect Element in your Browser, notice on the demo the orange shade of the background menu is
background-color: #ff7b00;
Change your orange background menu color to that and it will match.
On the slider section, increase the slider side to encompass the full width of that section and the textured background should go away.
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
July 1, 2015 at 5:27 pm #158091MoodyRiviera
MemberAre you using any kind of caching plugin that might be preventing the changes from showing up?
*MoodyRiviera*
July 1, 2015 at 11:07 pm #158119peps2004
Participant@moodyriviera - I don't have any caching plugin
@ginger - thanks for the help. I've been able to get the header area to show up as white, so that's looking better. I'm still struggling with getting the different shade of orange to display though. I've changed various colors to ff7b00, but the menu is still the darker shade of orange.
If I refresh the page, there's a brief flash of the orange we want, but it then reverts to the darker shade.
July 2, 2015 at 3:40 pm #158226Ginger
ParticipantIf found it! The theme us using images as backgrounds in the nav area.
Look for these sections in your style.css file and comment them out or remove them. When you do your lighter orange will be visible.
.outreach-orange #nav { background: url(images/orange/nav.png); }
/* Header / Primary / Secondary Navigation ------------------------------------------------------------ */ #nav { background: url(images/nav.png); }
@gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options
July 2, 2015 at 3:46 pm #158227peps2004
ParticipantThat's done the trick - thanks so much for the help!
-
AuthorPosts
- The topic ‘Changing the colors on Outreach theme’ is closed to new replies.