-
AuthorPosts
-
May 17, 2016 at 8:34 pm #633951
Hi
I have to questions.1. is it possible to not have a logotype at page or at all by not hiding header in the page? meaning just having a menu.
2. How to have menu or megamenu background color changed and transparent at let’s say 50% or 70% so the image on the back will be seen. when hover .
3. is it Possible to insert Megamenu or menu as shortcode in a page or color section or to move it down from its original position.
4. How to have a simgle page background (not the same for all) without using color section?Thank you very much
May 17, 2016 at 11:52 pm #634089Hey hdpcr,
Thanks for getting in touch with us!
For requests 1, 2 and 4 this may be possible with CSS code. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Number 3 is not possible and would require a lot of customization.
Best regards,
JordanMay 19, 2016 at 9:33 pm #635553Hi
Please chek on this page. So fare the layout i by hand and colosections etc.. but you can have pretty much the idea
Than you
May 21, 2016 at 4:51 am #636127Hi,
Thank you for the link.
1.) Looks like you managed to remove the logo.
2.) Add this in the Quick CSS field:
.header_color .header_bg, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu { background-color: transparent; } .header_color .main_menu ul ul, .header_color .avia_mega_div { background-color: rgba(0,0,0,.5); color: #808080; }
3.) I’m sorry but this is not possible yet.
4.) Could you please provide a screenshot? You can try to apply the background to the body tag via Quick CSS field.
Best regards,
IsmaelMay 21, 2016 at 5:42 pm #636223Hi
Thank you very much for your sulution.
About Number 1 i just tricked the page loading a small emply png image :) befor oe of you other guys gave me the correct CSS.
About Number 2: Great, Worked perfectly
About Number 3 its otk
Abount number 4. I didnt understand what do you mean to ably body tag in Quick CSS, could you please tell me how? For now i have all pages set to have bacl background but in some pages i wan to override the black color with some other color.Thank you very much for your help.
May 21, 2016 at 7:31 pm #636235Hey!
We can provide maybe a code that can work from Quick CSS, but is it possible to give us a screenshow of what you need to do, so we can go further with that?
Best regards,
BasilisMay 23, 2016 at 6:33 pm #637012Hi
Thre you go.
What i need to have in some pages a different background color other than the one set in general styling.I this case its set to black.Thank you
May 24, 2016 at 3:49 pm #637551Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-5746 .main_color { background: orange; }
Best regards,
YigitMay 24, 2016 at 5:11 pm #637631Thank you very much for the code.It worked great. Then only concern here is what if i have 20 pages, i will have a long Quick CSS. I wonder if it’s possible to have something like this
#my-custom-color .main_color {
background: orange;
}then insert my-custom-color in ABL or somewhere in the page that i want with different color than the default.
Thank you
May 24, 2016 at 5:13 pm #637635Hey!
You can add Code Block element to your page and place following code inside it as well
<style>.main_color { background: orange; }</style>
Regards,
YigitMay 24, 2016 at 9:35 pm #637733Thank you very much for the tip. I didn’t know it was so easy to change that by just inserting it at the beginning of any page :)
Thanks
-
AuthorPosts
- The topic ‘Logo and Menu and other’ is closed to new replies.