-
AuthorPosts
-
September 14, 2015 at 11:10 am #502598
And again)) Thank you very much for helping me making header absolutely transparent.
You advised me to put this code:
.header_bg { background: transparent !important; }
It works great.
Is it possible to make it half or 70% transparent?
And one more question: is it possible to add some fonts, which will look good in Russian? For example: Verdana. Somehow it works as a font of body text, but I can’t find it in the list of heading fonts.September 14, 2015 at 1:30 pm #502701Privyet! :)
1- Please try changing your code to following one
.header_bg { background: rgba(255,255,255,0.5) !important; }
255,255,255 is RGB value of the color and 0.5 is opacity level that you can set between 0-1.
2- Can you please post the link to your page and point out the element that you would like to use different font family?
Cheers!
YigitSeptember 14, 2015 at 1:53 pm #502715Thank you very much.
About fonts: I want to make main menu – Verdana
And “All Headings (H1-H6)” in Advanced Styling- VerdanaSeptember 14, 2015 at 2:29 pm #502749Hi!
Please add following code to Quick CSS as well
.av-main-nav>li>a, h1, h2, h3, h4, h5, h6 { font-family: Verdana !important; }
Best regards,
YigitSeptember 15, 2015 at 9:55 am #503150It strange, but it’s still looks like it was before
I want to make top menu fonts the same as body text font – thin/ Is it possible? Thank youSeptember 15, 2015 at 11:25 am #503205Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
YigitSeptember 15, 2015 at 11:29 am #503214thank you
September 15, 2015 at 11:41 am #503231Hey!
Login credentials are not working for me. Can you please check them once again?
Regards,
YigitSeptember 15, 2015 at 12:01 pm #503256Oh, sorry!!!
September 15, 2015 at 12:38 pm #503282Hey!
Menu font family is Verdana – http://i.imgur.com/qa4lvUP.png and i have added custom CSS code to bottom of Quick CSS field to change font weight to normal. Please review your website now
Regards,
YigitSeptember 15, 2015 at 1:09 pm #503318Thank you very much/ That’s exactly what I wanted
September 15, 2015 at 1:10 pm #503320Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Transparent header 70%’ is closed to new replies.