Home Forums Pro Themes Magazine Plus Pro Arrow delete

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60195
    Hans V. Jensen
    Participant

    Hello Wen,

    How do I remove the arrow in the top to the right of the Home button?
    http://bvbfan.dk/

    Wen has previously given the CSS code

    #tophead .head-date::after {
    border-top: 6px solid #000;
    }

    But the arrow has come again?

    #60211
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To remove the arrow in header use below given CSS.

    .main-navigation li.home-menu.current-menu-item a::after {
        border-left: none;
        }

    Hope this helps.

    Best Regards!!

    #60212
    Hans V. Jensen
    Participant

    Hello Wen,

    Super! Thank you.

    /Hans

    #60260
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Glad we could help.

    If you have any issue further, then please feel free to post.

    Best Regards!!

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