Viewing 1 replies (of 1 total)
  • The HTML code that’s creating these buttons is:

    <code>
    <!--// MetaSlider-->
    </code>

    And the code element is styled as:

    code {
        padding: 2px 4px;
        font-size: 90%;
        color: #c7254e;
        background-color: #f9f2f4;
        white-space: nowrap;
        border-radius: 4px;
    }

    … which is what’s creating the button-like effect.

    If you absolutely cannot find a way to remove this, you can always selectively target and hide code with CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with “pseudo” Buttons’ is closed to new replies.