Hi Guys, Is it possible to have an border around the current page item?
So when i go to an specific page, u see its selected by the green color, but i also would like an border around it. Is that possible?
Hey Angelo,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.current-menu-item > a span.avia-menu-text {
border: 1px solid green;
padding: 4px 8px;
}
Just adjust the values as you see fit. Hope this helps :)
Best regards,
Nikko
Thanks for your responsice, already have tried that myself but it didnt work out. I have tried your code but it also doesnt work
Hi,
That should work, but since you said it doesn’t please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Nikko
Maybe i did something wrong than
I have fixed it and it worked! But the spacing between the border (top and bottom) and text is too big, it doesnt work with the padding to make it smaller, how can i fix that?
Hi!
When adding the element, it has Margins Position for Top / Bottom.
You do need to remove those and it will bring the results right.
Cheers!
Regards,
Basilis
Thanks it worked! Im really gratefull, have strugglin with this for 4 days. Finally
Thank yu guys!