inherit
188652
0
May 2, 2016 13:56:48 GMT -8
laura12
8
January 2013
laura12
|
Post by laura12 on Jun 19, 2013 14:44:52 GMT -8
In v4 there was a code you could place in the side bars, so you could make an image the background of your side bars. The one I used to use doesn't work with V5. Is there one that will work in the V5 side bars? I'm using the Proboards Side bar plug in if that helps.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Jun 20, 2013 2:56:02 GMT -8
Are you referring to having an image with type over it?
If so, I think this works ~
Place this at the bottom of Themes > Advanced Styles & CSS > Style Sheet, substituting the text in red with the ID you gave the table in your sidebar. You can do this multiple times with different boxes using different IDs.
#box-id-here > .content { background-image: url(URL TO IMAGE); }
Then in your actual plugin settings, surround the content in each of the appropriate boxes with this code. <div style="background-color: rgba(255,255,255,0.50);">
Content goes here
</div>
|
|
inherit
188652
0
May 2, 2016 13:56:48 GMT -8
laura12
8
January 2013
laura12
|
Post by laura12 on Jun 22, 2013 11:10:09 GMT -8
I'll try this thank you
|
|