Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #743651

    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.

    #745452

    Hi!

    Can you please post a screenshot and show the changes you would like to make?

    Best regards,
    Yigit

    #745572

    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.

    #746402

    Hi,

    Please change the code to following one

    .avia-menu {
        text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.