-
AuthorPosts
-
April 7, 2015 at 11:22 am #424573
Hello, how do I control the opacity of the background area logo?
April 7, 2015 at 1:27 pm #424638Hey mleite1!
Please add following code to Quick CSS
#header.av_header_transparency { background-color: rgba(255,255,255,0.2); }
255,255,255 is RGB value of the color and 0.2 is opacity level
Cheers!
YigitApril 8, 2015 at 2:17 pm #425293Hello, Yigit put your code and came no effect. Nothing changed.
What can I do?April 8, 2015 at 2:21 pm #425299Hey!
Please add following code to Quick CSS if you would like to display a solid color
#header { background: #e7e5dc; }
If not, please elaborate on the changes you would like to make
Cheers!
YigitApril 8, 2015 at 2:32 pm #425313Yigit, I just want to control the transparency of the area menu soon. With these two codes that passed me I do it? The first had no effect. The second was no transparency.
See the code I am using
# {header.av_header_transparency
background-color: RGBA (255,255,255,0.1);
}
#header {
background: # e7e5dc;April 8, 2015 at 2:34 pm #425318Hi!
Please fix your code, it should look like following
#header.av_header_transparency { background-color: RGBA (255,255,255,0.1); } #header { background: # e7e5dc; }
As i said, second code will make it solid color and first color will adjust the transparency of transparent header
Cheers!
YigitApril 8, 2015 at 3:14 pm #425354Any value that I put in opacity does not change the state. Is always equal to any value. The opacity does not change.
0.1 or 0.5 or 1.0 not change
I pulled out the color code. I’m working with only the first code you sent.
Are you understanding what I want?
April 10, 2015 at 4:33 am #426305Hi!
Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
YigitApril 10, 2015 at 11:27 am #426482See the link below that I can not make more transparent the HEADER. The code does not let me control the opacity.
April 11, 2015 at 10:03 am #426991Hi!
The link is not working. Is 2015 a folder? I tried to visit the index site but it keeps on loading. Please check.
Cheers!
IsmaelApril 11, 2015 at 11:50 am #427012April 13, 2015 at 5:29 am #427285Hi!
Use this to change the header transparency:
.header_bg { opacity: .5; filter: alpha(opacity=50); }
Cheers!
IsmaelApril 13, 2015 at 4:24 pm #427571Perfect Ismael.
Thanks
April 13, 2015 at 4:46 pm #427591I used the same code on the client hot site and did not work? What is the difference from one site to another?
SITE THAT WORK
quintadaslagoas.com.brSITE THAT DID NOT WORK
quintadaslagoas.com.br/alagoinhasApril 14, 2015 at 3:16 am #427974It’s because that’s not a boxed layout so you need to set that background image as the header background – http://screencast.com/t/vR43THrO
Best regards,
Josue- This reply was modified 9 years, 7 months ago by Josue.
-
AuthorPosts
- You must be logged in to reply to this topic.