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

    #634089

    Hey 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,
    Jordan

    #635553

    Hi

    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

    #636127

    Hi,

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

    #636223

    Hi

    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.

    #636235

    Hey!

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

    #637012

    Hi
    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

    #637551

    Hi,

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

    #637631

    Thank 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

    #637635

    Hey!

    You can add Code Block element to your page and place following code inside it as well

    <style>.main_color { background: orange; }</style>

    Regards,
    Yigit

    #637733

    Thank 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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Logo and Menu and other’ is closed to new replies.