Hi,
I love enfold theme, but i’d like to personalize some css code for my graphic project.
I insert in quick css this code
.main_menu{
top:-40px !important;
}
to position the main menù over the grey background.
Now I’d like to see the red line of page select indicator, on the line between grey and white background, and also the submenù under “portfolio” link must appear from this line.
How can I do this? May you help me, please?
Hi Serena!
Are you trying to do something like this?
.menu > .menu-item > a {
height: 115px !important;
line-height: 180px !important;
}
Regards,
Elliott
Thanks Elliott!!!!!