Viewing 4 replies - 1 through 4 (of 4 total)
  • It seems not in the style.css. It is inline:47

    #access > .menu > ul > li > a > span {
        box-shadow: 1px 0px 0px #FFF;
    }

    You could try custom css or child theme css something like this:

    #access > .menu > ul > li > a > span {
        box-shadow: none;
    }

    Thread Starter memdesigns

    (@memdesigns)

    Thank you Martin! I put that in custom CSS and it worked perfectly. For my own knowledge, which file has that line?

    I didn’t find the file, other than that the code should be on line 47.

    You are welcome, please mark the topic resolved?

    Thread Starter memdesigns

    (@memdesigns)

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Styling Tempera Main Menu’ is closed to new replies.