Love this extension thank you for all your work.
Is there a way to include in this extension a setting for transparency and opacity in the "wrap"
I looked for an extension that did this and was not successful.
I know that I can change the
background-color: #FFF;
to this
.wrap {
background: rgba(255, 255, 255, 0.7);
border-color: #E6E9ED;
}
This works and works well http://offthejacks.com
Not really into child themes so I would have to replace the code each update.
Thanks again stay awesome!
BW
Wrap Opasity - background forum
Wrap Opasity
Any man can make mistakes, but
only an idiot persists in his errors
Ginger Roots Media
Off The Jacks
only an idiot persists in his errors
Ginger Roots Media
Off The Jacks
-
- Registered User
- Posts: 113
- Joined: Sun Sep 09, 2007 5:03 pm
- Location: Las Vegas NV.
- Name: Brad West
Re: Wrap Opasity
Try this:
Open:
ext/alex75/background/styles/prosilver/theme/background.css
found:
add after:
Open:
ext/alex75/background/styles/prosilver/theme/background.css
found:
Code: Select all
html, body {
background-size: cover;
background-position: center center;
background-image: url("./background.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}
Code: Select all
#wrap {
background: rgba(255, 255, 255, 0.7);
border-color: #E6E9ED;
}
-
- Registered User
- Posts: 519
- Joined: Sun Jun 10, 2012 9:09 am
- Location: Italy
- Name: Alessandro