Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    #502701

    Privyet! :)

    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!
    Yigit

    #502715

    Thank you very much.
    About fonts: I want to make main menu – Verdana
    And “All Headings (H1-H6)” in Advanced Styling- Verdana

    #502749

    Hi!

    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,
    Yigit

    #503150

    It 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 you

    #503205

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Best regards,
    Yigit

    #503214

    thank you

    #503231

    Hey!

    Login credentials are not working for me. Can you please check them once again?

    Regards,
    Yigit

    #503256

    Oh, sorry!!!

    #503282

    Hey!

    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,
    Yigit

    #503318

    Thank you very much/ That’s exactly what I wanted

    #503320

    Hey!

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Transparent header 70%’ is closed to new replies.