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.

CSS Code for Non-Transparent Post Background

2 posters

Go down

In progress CSS Code for Non-Transparent Post Background

Post by Kira-chan03 June 27th 2015, 4:01 am

Technical Details

Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome, Internet Explorer
Screenshot of problem : https://i.servimg.com/u/f18/18/61/98/20/kajshf10.jpg
Who the problem concerns : All members
When the problem appeared : Immediately after adding the transparency code.
Forum link : http://www.pawsteps.forumotion.com

Description of problem

Hey all, my name is Kira, though on my website I'll be known as Shimmer. Either name will work.

I've added a background transparency code to my CSS. It works fine, and I'm very happy with the outcome. However, I've spent hours online looking for various CSS codes and am a bit exhausted of it, so I've decided to just post my request here.

In the screenshot, you'll see that I have colored an area of the page in red. This area is the background of the post. I want to know if, while still keeping the transparency code, I could make just the background of posts be colored in. I already have the color I want in mind = #FAF6F0 .

This may be in the wrong forum, and if so, I apologize. Please help me, and thank you for your time!

EDIT: I have also decided to include the code and a copy of my current CSS, should anyone need it:

Code:
#wrap {
  background-color:rgba(255,255,255, 0.6)
}

/*This is the code for the general background transparency.*/




CSS Codes:
avatar
Kira-chan03
New Member

Posts : 11
Reputation : 1
Language : English

http://www.pawsteps.forumotion.com (my user is Shimmerwind)

Back to top Go down

In progress Re: CSS Code for Non-Transparent Post Background

Post by SLGray June 27th 2015, 4:31 am

Code:
.postbody .content {
    background-color: YOUR COLOR;
}


CSS Code for Non-Transparent Post Background 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: CSS Code for Non-Transparent Post Background

Post by Kira-chan03 June 27th 2015, 4:47 am

It worked, thank you!

The problem can be labeled as solved now. Smile
avatar
Kira-chan03
New Member

Posts : 11
Reputation : 1
Language : English

http://www.pawsteps.forumotion.com (my user is Shimmerwind)

Back to top Go down

Back to top

- Similar topics

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