Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #888479

    Hello,
    I have a main menu with 6 buttons.
    Question 1: the buttons are rounded but I want them squared.
    I tried this one:
    .avia-button {
    border-radius: 0px !important;
    }
    But that’s not working…

    Question 2: the sixth button has to be a different color then the other five. Is that possible in CSS?

    At the moment the real website is not visible only a maintenance page… so I can not show the menu.
    Hope you can help me out.

    #888583

    Hey Dotplusgeert,

    1. That code should work, is there any caching plugin active? flushing out the cache might be needed.
    2. Yes, it’s possible but would need to see the page showing the sixth button so we can give you an accurate css that should work.

    Best regards,
    Nikko

    #888835

    Hi Nikko,

    Thanks for the quick respons. I find it strange to!
    These are the plugins I have:
    – Jetpack by WordPress
    – WP Maintenance
    – Page specific menu items
    – Yoast SEO

    #889194

    Hi,

    Thanks for the login details, though they are not working. Could you check and verify please?

    Best regards,
    Rikard

    #889239

    Can you try with the following details:

    #889486

    Hi,

    Those didn’t work either.

    Best regards,
    Rikard

    #889940

    That’s really strange… I made a new account for you. Hope this works…

    #890169

    Hi Dotplusgeert,

    Credentials did not work for me. Could you please update the credentials. The page just reloads, and does not go to the Dashboard.

    Best regards,
    Victoria

    #890390

    Hi Victoria,

    This is really frustrating :) sorry about this. There is a double domain name behind the website (fiola.vlaanderen and fiolavzw.be)
    I think it’s better to go directly to http://www.fiola.vlaanderen/wp-admin

    Hope it works…

    #890404

    Hi Team of Enfold.
    If i use Medical demo, can i have top main manu fixed when scroll down?
    can this be acheived?

    Thanks!

    #890480

    Hi enkouxi,

    Have you tried to use the sticky header option in Theme options?
    Image 2017-12-19 at 13.48.48.png

    Best regards,
    Victoria

    #890569

    Hi Enfold team,

    I found this code: #menu-item-59 > a > .avia-menu-text { color: orange; } to change one menu button in another post.
    In my back-end I found the menu item: “233” but when I change it in de code, it doesn’t do anything…

    #890722

    Hi Dotplusgeert,

    Which element do you want to change and how? Please point it out on your site.

    Best regards,
    Rikard

    #890754

    Hi Rikard,

    I want to change the sixth button in the main menu ‘ONDERSTEUNING AANVRAGEN’ in a green color.
    Also I want all the buttons in the main menu to have square corners instead of rounded, but the code doesn’t work.

    #890757

    for the moment I made a bordered button of it (just to point out which button I mean) but it has to be a colored button in green instead of blue (like the others).

    #891017

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-menu-button-colored > a .avia-menu-text {
        border-radius:0 !important;
    }
    
    #menu-item-233 .avia-menu-text {
        background-color:green !important;
    }

    Best regards,
    Rikard

    #891082

    Hi Rikard,

    Thank you a thousand times! The borders are squared and the color of the last button is green :)
    You are a true hero!

    Have a wonderful Christmas and a happy new year.

    Sara

    #891205

    Hi Sara,

    Glad to hear that. Thanks for using Enfold!

    Merry Christmas and Happy New Year too :)

    Best regards,
    Nikko

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Enfold Main Menu Buttons’ is closed to new replies.