The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Bodyline Background Help?!

3 posters

Go down

Solved Bodyline Background Help?!

Post by anarain February 7th 2012, 6:18 am

I tried all the fixes I saw that were solved but I still can't seem to get it working on my website.
http://8492ndsquad.forumotion.com/forum

I am trying to make the body line of the forum transparent, but when I go to

ACP>Colors>CSS Stylesheet> type in
Code:
.bodyline {
    background: transparent !important;
    border: none !important;
}
>Submit

nothing changes. I also tried going to color management and typing in #000 in body line background.


Last edited by ankillien on February 7th 2012, 7:44 am; edited 2 times in total (Reason for editing : added website)
avatar
anarain
New Member

Posts : 7
Reputation : 1
Language : english

Back to top Go down

Solved Re: Bodyline Background Help?!

Post by ankillien February 7th 2012, 7:44 am

Hi,

Its not .bodyline but #wrap, like this...

Code:
#wrap {
background: transparent !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Bodyline Background Help?!

Post by anarain February 7th 2012, 7:57 am

thanks! but now what if i don't want it fully transparent?
avatar
anarain
New Member

Posts : 7
Reputation : 1
Language : english

Back to top Go down

Solved Re: Bodyline Background Help?!

Post by ankillien February 7th 2012, 8:05 am

This CSS code would do...

Code:
#wrap {
background: rgba(0,0,0,0.7) !important;
}

Change the 0.7 to change the level of transparency.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Bodyline Background Help?!

Post by anarain February 7th 2012, 8:44 am

thank you thank you thank you!!
avatar
anarain
New Member

Posts : 7
Reputation : 1
Language : english

Back to top Go down

Solved Re: Bodyline Background Help?!

Post by SLGray February 7th 2012, 9:18 am

anarain wrote:thank you thank you thank you!!

Topic Solved & Locked






Bodyline Background Help?! Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum