How to add semi-transparency to a content area?
-
Alright. I have tried some low-tech tactics, but all have failed. Last time I asked, I added these lines
( #featured {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #a91e22;
border-radius: 4px;
padding-bottom: 40px;
width: 99.893617021277%;
} )
into Custom CSS. But it did nothing. Apparently, because new theme (Sidney instead of Responsive) takes all colour management into its hands, therefore scrapping that last attempt. Can you give me some advice about this matter? Maybe, I can change colour settings of Sidney into RGBA instead of RGB?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to add semi-transparency to a content area?’ is closed to new replies.