Hide the text “YEARLY” on the main Events page
-
Hi,
I am trying to hide the code that displays the box YEARLY.
<span class="mec-totalcal-yearlyview" data-skin="yearly">Yearly</span>
from the main Events page. I used the following custom CSS:
#mec_skin_540 > div.mec-search-form.mec-totalcal-box > div.col-md-5 > div > span.mec-totalcal-yearlyview { visibility: hidden; display: none; }
However, it is not working. I need some guidance, please.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide the text “YEARLY” on the main Events page’ is closed to new replies.