• Resolved solomama

    (@solomama)


    How can a remove the ribbon flags on each end? I know there is an option to change colors but I want to remove the flags all together.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello! Can you post your site’s URL? I’d be happy to take a look and see if I can help you! Thanks!

    Thread Starter solomama

    (@solomama)

    BjScott,

    Thanks for responding! I actually was able to figure it out by adding “display:none” to the bottom of the ribbon code (left & right).

    #nav-wrapper .ribbon-left {
    position: absolute;
    top: -9px;
    left: -20px;
    width: 41px;
    height: 65px;
    display: none;

    }
    #nav-wrapper .ribbon-right {
    position: absolute;
    top: -9px;
    right: -20px;
    background-position: top right;
    width: 41px;
    height: 65px;
    display: none;
    }

    http://www.thesolomama.com

    Fabulous!! {Great site by the way!}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove ribbon flags at ends’ is closed to new replies.