Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

can i make the the container semi transparent?


  #1  
Old Dec 29, 2009, 03:05 PM
jenny
 
9 posts · Dec 2009
can i make the the container semi transparent?

I have managed to put an image in the body style. Is it possible to make the "layout container style" and side bars semi- transparent? I tried writing transparent and it worked but i don't know the code for making it semi transparent?

Also is there a website that has all that code stuff so i don;t have to pester you all!

thanks

Jen
  #2  
Old Dec 29, 2009, 03:34 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you want to use 'opacity' (and it's varients) to the style pf the area you want effected
HTML Code:
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
When looking for CSS syntax I just go a google search 'CSS xxxx' where xxxx is the item I want info about
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Dec 29, 2009, 03:52 PM
jenny
 
9 posts · Dec 2009
Hmm. kinda get it? but not working?

right now in the layout container style it looks like:

padding: 0; border: solid 4px #030300; ; background: #EBDF33;

where should i place these and do i use them all?:
filter: alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;

i tried putting "opacity:.40;" in there and it does make it transparent. but it does it to everything including the header image. is here a way to make the command only effect the centre column and maybe the side bars?

thanks again!

Jen
  #4  
Old Dec 29, 2009, 04:14 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Dec 29, 2009, 04:16 PM
jenny
 
9 posts · Dec 2009
chrismagwood.ca

I try adding stuff but it goes completely transparent, not semi?
  #6  
Old Dec 29, 2009, 04:42 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
add this to ATO->Add HTML/CSS Inserts/CSS Insert
HTML Code:
div#wrapper {
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	}
and see if that is what you want
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Page Menu Bar transparent? Hedgie Page & Category Menu Bars 10 May 19, 2014 06:28 AM
[SOLVED] Transparent page menu - none of the threads work for me.. maguai Page & Category Menu Bars 1 Jul 27, 2009 11:04 AM
Transparent Menu Item Instead of A Background Color oz1 Page & Category Menu Bars 1 Jun 29, 2009 05:19 AM
Tranparent GIF image not showing as transparent in table chrisgare Atahualpa 3 Wordpress theme 1 Apr 16, 2009 04:03 PM
HELP! How do I make the HEADER area transparent? Whatsthatcat? Header configuration & styling 1 Mar 30, 2009 05:07 PM


All times are GMT -6. The time now is 06:34 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.