Is this a typo?
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Is this a typo?’ is closed to new replies.