Hi,
I have managed to create the desired effect for my menu item Classroom > Blog however I can’t seem to get the correct css snippet to reference the entire box containing the title ‘Blog’ and the description below. I have mega menus throughout but only want to change this particular item.
Please help!
Thanks
Hey hazelallturf,
I’m not sure I understand the problem you are having, could you try to explain a bit further or post a screenshot highlighting it please?
Best regards,
Rikard
Hi Rikard,
Sorry for the delayed reply.
I have attached 2 screenshots of what I’m trying to achieve.
Many thanks
Hi,
Sorry for the late reply, as I understand you would like this only on the “Blog” item, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#menu-item-7952 {
background-color: #f5f7f7!important;
border-left: 2px solid #0d2c40!important;
box-shadow: 0px 8px 24px rgba(0,0,0,.13) !important;
}
#menu-item-7952 > ul {
background-color: #f5f7f7!important;
}
Please see the screenshot in Private Content area.
Best regards,
Mike