• Hello,

    I have enabled the css class and put the featured-menu class on the front end, the menu option has disappeared it seems to be white on white so you can actually see anything. The item does seem to be there and can be clicked but the styling is incorrect.

    Can you please check this out. Thanks.

    Update: since posting this i just found the problem in source code i see.

    #top-menu .featured-menu a, #top-menu .featured-menu a:hover {
    background-color: ;
    }

    The background color is empty so it actually does not show anything, if you manually put a color inside the css style via inspector the button shows correctly.

    Also just a suggestion i would recommend you make the opacity of the text a bit darker instead of .7 as the text is a little to light to read. I found .9 to be more readable.

    #top-menu .featured-menu>a {
    font-weight: 700;
    color: rgba(255,255,255,.9);
    }

    Finally for anyone interested if you want round corners you can add the following to the source code via Custom CSS in divi theme.

    #top-menu .featured-menu>a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    }

    https://wordpress.org/plugins/surbma-divi-extras/

Viewing 1 replies (of 1 total)
  • Plugin Author Surbma

    (@surbma)

    Hi menkom,

    thank you for letting me know about this! The background color is coming from the Accent color setting, which is not saved in your Theme Customizer.

    I have added a default value to it to have a background color even if somebody hasn’t set any Accent color for the website.

    It will be added to the next version soon.

    I also modified the color of the featured menu with .8 opacity to be more readable, but also to have difference between the normal and the hover state.

    Thank you for your help and suggestions!

Viewing 1 replies (of 1 total)
  • The topic ‘Featured menu item is broken in 2.4.3 divi’ is closed to new replies.