• Resolved Michel

    (@michel92)


    Hello Dylan,

    I’m modifying the look of my website pages, and searching inside the css, I believe I found a typo… or not.

    <div class = “hdq_finish”><div class = “hdq_finsh_button hdq_button ” data-id = “9” role = “button” tabindex = “0”>finish</div>

    Could you please confirm that “finsh” (without i) is a typo?

    Thanks a lot,

    Michel

    PS : I wanted to erase the “FINISH” button (to print the WP page without header, footer and other things), and I achieved this with css, but adding “!important”. Could you confirm this is the most elegant way to do this?

    .hdq_button {
    color:#fff !important;
    background:#fff !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    That is a typo ??
    Luckily it doesn’t affect anything but still, good find and I’ll update!

    CSS is by far the best way to accomplish what you are looking for.

    HOWEVER, what you’ve done is style the button to be white so that it blends in with your theme. But it’s still there, lurking in the background, waiting to be accidentally clicked.

    If you want to truly hide it so that it’s actually “gone” and can’t be clicked, use

    display: none;

    Thread Starter Michel

    (@michel92)

    Thanks a lot for you answer and your relevant advices.
    I just wanted the button is invisible for a “pdf creator plugin”, but I wanted to click it to create new pages displaying new questions. The plugin is installed on an “invisible and not public” website, and I use HD Quiz csv files taken on my other websites.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is this a typo?’ is closed to new replies.