Dear Aigars,
look at this sample
http://s8.postimg.org/66jsebjrp/Help.jpg
Is it possible make the “background” of the box that now is white, transparent?
and reduce a little its high?
Many thanks
Dear Aigars,
look at this sample
http://s8.postimg.org/66jsebjrp/Help.jpg
Is it possible make the “background” of the box that now is white, transparent?
and reduce a little its high?
Many thanks
Since header background color is the same as the rest of the website you will have to adjust more than one line of code.
Add this to your Child Theme style.css or inside Theme Options – Other – Custom CSS.
#main {
background: #f8f8f8;
}
.wrapper {
background-color: transparent;
}
#branding {
background: rgba(255,255,255,0.3);
}
Last value is for header transparency. Just adjust it with the value you prefer better.
Changing width is a bit tricky and it require to see you site so I can give you suggestions. It really depends on other elements you have or haven’t used inside header.
Thnks dera,
i will try asap
No, i didnt ask change the width, but the hight. I tried as yoou explaine in other post, adding 2 lines in custom css, but didnt change nothing
I dont know where i do mistake
Many thnks
PS. how give u 5 star? I dont know where go
Sorry, I meant height. It really depends from setup to setup. One solution won’t work for everyone unless you are using default setting like in Theme Demo. But of course it is doable.
I would higly appricate if you could rate/review this theme here: http://wordpress.org/themes/travelify
I have a simliar request, I would like semi-transparent background for header and body of this page… http://CincinnatiIANDS.org
I tried placing the following in the Custom CSS…
.wrapper {
background-color: transparent;
}
#branding {
background: rgba(255,255,255,0.3);
}
it doesn’t appear to change the background transparency. Any advice?
Hello all
How can I make the content background colour transparent but just for the home page?
Thanks in advance
www.theronakshah.com
@rondo89 This is old topic and to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/travelify-support/ instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi Movin
Thanks for your reply. I managed to resolve it at the end but that has created a new problem I think. I will do a seperete for that.
Thanks
Ron
@rondo89 Sure please create a separate topic for your new problem.