- This topic has 10 replies, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 11 posts - 1 through 11 (of 11 total)
Viewing 11 posts - 1 through 11 (of 11 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › changing inner page background color – Aspire Theme
Tagged: changing background color
Hi Wes. I have tried to adjust the inner page background color by changing background color at around line 628 on the Aspire Style.css, also just for fun, tried adding background photo at the same location on style sheet. I don’t see any change after Updating file and refreshing my page.
What am I doing wrong? Thank you for your time.
What’s the link to your site again?
Do you still have the code added? I can take a look to see what it might be.
Hi Wes, I noticed no visible change from the adjustments shown below.
– from around line 628 on Aspire’s style.css
with the goal being to change the ‘inner page’ (all pages except front page) background color or perhaps add a background image.
.site-inner {
/* background-image: url(“http://xxxx.com/images/morepix/20.jpg”); */
background-color: #000; /* was fff – changed by tre */
clear: both;
margin-top: 170px;
position: relative;
z-index: 9;
-word-wrap: break-word;
}
thank you
Can you post a link so I can see exactly why the code isn’t working? I’ll need to inspect in order to see what’s going on.
Hi Wes. As always your advice was right on the mark. I was able to change the color in the Body in Firefox, EI, Safari and Chrome. Changes to .solid-section and .front-page-3 .solid-section worked in three but does not work in Chrome. Would you have any advice as to change the background color for Chrome.
I appreciate your time. thank you
I checked your site in Chrome and it looks like you got it working.
Is the front-page-3 suppose to have a Black background? If so, that’s what’s showing for me. If it’s supposed to be something different just let me know and I’ll figure out what’s going on.
No problem! I was just going to mention the browser cache. Anytime I make CSS changes, I always click my Reload button on the browser and it instantly clears the cache.
Let us know if you need anything.