Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1023840

    Hi,
    – How a i can to configure a link in the same page? (see the sample in private content)
    -how to set a transparent submenu ( i try some tutorial from this forum but without any results).
    Looking forward hearing from you.
    Best regards.
    MS

    #1024286

    Hey maryenvato,

    1. I think you are referring to anchor links? If so then please give an ID to an element, for instance my-section, in a Color Section in the ID option in the element options. Then you can link to your section like this:

    https://your.site/#anchor

    2. I’m not sure I understand what you mean by that, do you mean that you want the background colour to be transparent in the dropdown elements when hovering main menu items?

    Best regards,
    Rikard

    #1024761

    Thank you Rikard,
    1) I’ll try

    #1026208

    Hi,

    The header of the site looks different from the screenshot. Is that the correct url?
    You can use this css code to change the background of the sub menu to transparent.

    .header_color .main_menu .menu ul li a {
        background-color: transparent;
        color: #ffffff;
    }
    
    .header_color .main_menu ul ul {
        background-color: transparent;
    }

    Best regards,
    Ismael

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