solved Mogul Background Change

alt=
@kevin80858
5 years ago
10 posts
I'm trying to change the background picture on the Mogul homepage. I've found the image and uploaded the replacement, but the background image doesn't change. I have been able to change other pictures doing the exact same thing, so I'm not sure why it's not working. Is there a trick to the background?

Also, how to I change the purple opacity over the background image?
updated by @kevin80858: 11/13/19 11:21:22PM
douglas
@douglas
5 years ago
2,773 posts
Hello,

Try resetting the image cache and template cache.

Image Cache
ACP > Core > Image Support > Tools > Reset Image Cache
/image/cache_reset

Reset Cache
ACP > Core > System Core > Tools > Reset Cache
/core/cache_reset

Also, while developing, you can set your site to developer mode and not worry about cached pages and images.
ACP > Developer > Developer Tools > Global Config > General Settings > Run In Developer Mode
/developer/admin/global

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@kevin80858
5 years ago
10 posts
Perfect. Thanks.

I'm trying to figure out where I can change the purple overlay color?
douglas
@douglas
5 years ago
2,773 posts
You'll have to modify that in your skins/jrMogul/css/skin.css file.

Look for this:

.index .overlay, .dark .overlay, .footer .overlay {
    background: rgba(120, 20, 60, 0.8) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags