-
AuthorPosts
-
August 17, 2018 at 11:53 pm #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,
MarianneAugust 18, 2018 at 4:47 am #998620Hey 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,
MikeFebruary 17, 2019 at 12:14 pm #1067882February 17, 2019 at 6:52 pm #1067939Hi,
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,
MikeFebruary 17, 2019 at 9:54 pm #1068037Hi,
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
MarcoFebruary 17, 2019 at 10:12 pm #1068043Hi,
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,
MikeFebruary 17, 2019 at 11:11 pm #1068057thank 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/JtX0Pgb9Can you help me?
Thanks
MarcoFebruary 18, 2019 at 12:22 am #1068065Hi,
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,
MikeFebruary 18, 2019 at 12:43 pm #1068330Hi 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/4519990Do you think is this possible?
Thank you
MarcoFebruary 18, 2019 at 2:45 pm #1068381Hi,
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,
MikeFebruary 18, 2019 at 11:31 pm #1068635Thank you very much Mike.
Best.
MarcoFebruary 18, 2019 at 11:54 pm #1068640Hey 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 ShannonFebruary 20, 2019 at 11:11 am #1069397Hi 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
MarcoFebruary 21, 2019 at 3:04 am #1069762Hi,
@marcoricci76, I believe you are talking about this element:
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,
MikeFebruary 21, 2019 at 5:07 pm #1070019Thank you very much.
February 21, 2019 at 7:41 pm #1070069Hi,
Did you need further help on this topic or shall we close?
Best regards,
Jordan ShannonFebruary 22, 2019 at 3:43 pm #1070365Hi,
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
MarcoFebruary 23, 2019 at 1:17 am #1070519Hi,
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,
MikeFebruary 28, 2019 at 3:28 pm #1072651THANK YOU VERY MUCH FOR YOUR HELP AND SUPPORT
MARCO
March 1, 2019 at 4:09 am #1072845March 6, 2019 at 4:25 pm #1075537Hi 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
MarcoMarch 6, 2019 at 5:42 pm #1075562Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.