Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Arrow in WEN Corporate menu #80998
    WEN Solutions
    Participant

    Hi Cwmonie,

    Please add the following custom CSS

    .main-navigation ul li.menu-item-has-children > a::before { color: red; }/ *Replace red with any color name or hex code of your choice*/

    in reply to: Header Size alters on different pages #80997
    WEN Solutions
    Participant

    @lasims,

    Please use the following custom CSS to fix the issue.

    @media screen and (min-width: 1200px) {
    #custom-header { min-height: 350px; }
    }

Viewing 2 posts - 1 through 2 (of 2 total)