Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #998601

    Hi,

    Im currently working in this Web page:

    And the client requested a transparent Fly Out Menu. I already put this code into the Quick CSS, but isn’t working:

    /* Background overlay */

    #top .av-burger-overlay {
    background-color:rgba(0,0,0,.85)!important;
    }

    /* Menu area background */
    #top #wrap_all .av-burger-overlay-scroll {
    background-color:rgba(255,255,255,.85)!important;
    }

    .header_color .main_menu .menu ul li a, .header_color .main_menu ul ul {
    background-color: rgba(255,255,255,0.5) !important;
    box-shadow:none;
    }

    What can I do so the code works?

    Thanks,
    Marianne

    #998620

    Hey Maneschka,
    I took a look at your menu, and it looks like your css is working correctly, but the reason your menu is not transparent is because your rgba color code is .85, which is closer to a solid color that a transparent color.
    Please try adjusting to .5 like this:

    /* Menu area background */
    #top #wrap_all .av-burger-overlay-scroll {
    background-color:rgba(255,255,255,.5)!important;
    }

    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #1067882

    Hi,
    i would like to change color of my menu when it’s in overlay but i don’t know how i can do it.
    I setted it in gray but when the menu is in overlay i can see it. I need to have the menu in overlay black and after the scroll down in gray.
    Could you please help me to do it?

    Thank you
    Marco

    #1067939

    Hi,
    If I understand correctly, you would like the mobile menu overlay black, but after scroll you would like it to be gray. So do you have your mobile header fixed, so it always shows?
    Please include the url to the page in question so we can take a closer look.
    I’m not sure I understand this statement:

    I setted it in gray but when the menu is in overlay i can see it.

    Perhaps a screenshot would help, try uploading to https://postimg.cc/ and posting the links here.

    Best regards,
    Mike

    #1068037

    Hi,
    maybe it there was a misunderstanding. I was talking about the desktop menu not mobile menu.
    I would like that when the home page is loaded the menu (HOME, SOLUTON, TECHNOLOGY ect ) on the top in transparency have a white color. when I scroll down i would like to have a menu in black.

    https://postimg.cc/gallery/1wkiumeka/

    I posted the photos on a link you wrote me

    Hope you can help me.

    Thanks
    Marco

    #1068043

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .av_header_transparency #avia-menu li a span.avia-menu-text {
    color: #fff !important;
    }
    #top #avia-menu li a span.avia-menu-text {
    color: #000 !important;
    }

    Best regards,
    Mike

    #1068057

    thank you very much. Now it works but i have an additional issue :-( the sub menu tabs are white on the white background and I can’t see them
    https://postimg.cc/JtX0Pgb9

    Can you help me?

    Thanks
    Marco

    #1068065

    Hi,
    Please include the url to the page in question so we can take a closer look. What color do you want the sub-menu links?

    Best regards,
    Mike

    #1068330

    Hi Mike,
    the page is this http://marco.syrus.in/ I would like to have the seme action of the defalult enfold theme menu.
    When the menu is in trasparency i would like to see the menu text in white and the sub menu background white with text in gray
    When i scroll down HOME, SOLUTION AND ABOUT US in black and the other text in white exacly like the default enfold theme demo menu
    https://preview.themeforest.net/item/enfold-responsive-multipurpose-theme/full_screen_preview/4519990

    Do you think is this possible?

    Thank you
    Marco

    #1068381

    Hi,
    Please remove the css above and use this instead:

    #top #header .av-main-nav > li > ul.sub-menu > li > a span.avia-menu-text {
    color: #808080 !important;
    }
    #top #header.av_header_transparency .av-main-nav > li > a span.avia-menu-text {
    color: #fff !important;
    }
    #top #header .av-main-nav > li > a span.avia-menu-text {
    color: #000 !important;
    }

    Best regards,
    Mike

    #1068635

    Thank you very much Mike.

    Best.
    Marco

    #1068640

    Hey marcoricci76,

    I’m glad this was resolved. for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #1069397

    Hi Jordan,
    a need your help about if it’s possible to change the font and the layout of the headline in a easy slider on my web site http://www.marco.syrus.in
    I would like to change the font and i would like to have the text of the subhead in a line not in two o three lines.

    It is possible?
    Thank you
    Marco

    #1069762

    Hi,

    @marcoricci76
    , I believe you are talking about this element:
    2019-02-20-185954
    the reason the sub-heading is in multiple lines is because the “.slideshow_caption” element is only 42% of the page, this will correct that.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .slideshow_caption {
        width: 100% !important; 
    }

    To change the font, please use this css:

    .slideshow_caption h2.avia-caption-title,.slideshow_caption .avia-caption-content {
         font-family: 'Roboto' !important; 
    }

    Please adjust the font to suit, and Then clear your browser cache and any cache plugin, and check.
    Please note that if you are using a font that is not already displaying on the same page, you should upload it to Enfold Theme Options > Import/Export > Custom Font Manager to force it to display.

    Best regards,
    Mike

    #1070019

    Thank you very much.

    #1070069

    Hi,

    Did you need further help on this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1070365

    Hi,
    just one more question. In this page http://www.fairwindsdigital.it/technology/ I have a row with icons with tooltip.
    i woult like to use/add my own icons. is it possible? How can I do for adding my own icons?

    Thank you
    Marco

    #1070519

    Hi,
    To add your own icons you would go to Fontello and download the ones you want to use, or you can upload your icons as SVG’s to Fontello, and the site will convert them into a font, then you can download them and import them at: Enfold > Import/Export > Iconfont Manager
    Please see our documentation for more details on doing this.

    Best regards,
    Mike

    #1072651

    THANK YOU VERY MUCH FOR YOUR HELP AND SUPPORT

    MARCO

    #1072845

    Hi,
    Glad we could help :)

    Best regards,
    Mike

    #1075537

    Hi all,
    I need your help with the mobile slider visualization. I built an easy slider in my web site and in desktop visualization is ok but the rendering in mobile is very bad. The head line is too big and we can’t see the button below the headline in mobile version. Could you plese help me with those issues?

    Thank you
    Marco

    #1075562

    Hi,

    We would love to help. Please begin a new thread for this issue so that way may keep this one organized to one topic.

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.