Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290923
    Oliver Klempert
    Participant

    Dear Catch-Theme-Support,

    I am owner of the Adonis Pro Theme. Here is my website: http://www.sternenwanderer.org

    I would like to change the Menue-Points in the main.menue:

    1. Make the background transparent (like the rest of the website)
    2. Put the the sub-menue-point side by side under the red line not among themselves
    3. deleting the link in the main point

    Is this possible by ccs?

    To explain this better, I would like to send you a picture.

    Thanks for your support,

    Oliver

    #290970
    Skandha
    Participant

    @brubacker: Hello Oliver,
    Can you please enable right click on your site so that I can look into the issue?

    Kind Regards,
    Skandha

    #290992
    Oliver Klempert
    Participant

    okay, done

    #291168
    Skandha
    Participant

    @brubacker: Hello Oliver,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 64em) {
    	.navigation-classic .main-navigation .menu-item-has-children > a > .icon, .navigation-classic .main-navigation .page_item_has_children > a > .icon {
    		top: 25px;
    		right: 50%;
    		left: unset;
    	}
    }
    
    .main-navigation ul > li > a {
        pointer-events: unset;
    }
    
    .main-navigation ul ul > li > a {
        pointer-events: all;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the position of the menue points / making the background transparent’ is closed to new replies.