Anyway to make a stroke on the menu text in the header?
I followed this thread https://kriesi.at/support/topic/shadow-on-the-menu-text-in-the-header/ and was able to add a drop shadow but I would like a stoke all the way around it if possible.
Hi!
Can you please post a screenshot and show the changes you would like to make?
Best regards,
Yigit
Hi Yigit,
Sorry for all my annoying questions. As you can see I’m growing as well and trying to explore new things. What I’m to do is put a black line on the outside of the menu navigation text links. like this: http://stackoverflow.com/questions/2570972/css-font-border
I added this code `.avia-menu {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}`
and it works but i wanted it to be a little thicker and cleaner. I’m trying to match the logo outline (see screenshot)
Let me know if this is possible.