Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. /* This specifically removes the search widget from the MEC Custom post type "mec-events-template-default" */
  2. .mec-events-template-default section#search-2.widget.widget_search.mk-in-viewport {
  3. display:none;
  4. }
  5.  
  6. /* This specifically removes the contact form widget from the MEC Custom post type "mec-events-template-default" */
  7. .mec-events-template-default section#contact_form-3.widget.widget_contact_form.mk-in-viewport {
  8. display:none;
  9. }
  10.  
  11. /* This specifically removes the contact info widget from the MEC Custom post type "mec-events-template-default" */
  12. .mec-events-template-default section#contact_info-3.widget.widget_contact_info.mk-in-viewport {
  13. display:none;
  14. }
  15.  
  16. /* This specifically removes the lang switcher from the MEC Custom post type "mec-events-template-default" */
  17. .mec-events-template-default section#icl_lang_sel_widget-1.widget.widget_icl_lang_sel_widget.mk-in-viewport{
  18. display:none;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement