How do I go about changing the "ribbon" ends of the top nav/menu bar?

  • Posted in : impressivCard
  • joshuahv
    Participant

    I would like to make these rectangular or perhaps pointed.

    ahmetsali
    Keymaster

    Hi, you can get rid of the ribbons with a custom css like this;

    #header nav ul:after, #header nav ul:before { 
       border: 0;
       width: 40px;
       background: #F3F3F3;
       height: 48px;
     }
    
    joshuahv
    Participant

    thanks!

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

The forum ‘impressivCard’ is closed to new topics and replies.