Skip to content

Instantly share code, notes, and snippets.

@mkrdip
Created August 23, 2015 15:02
Show Gist options
  • Save mkrdip/298fe3eeb644dd622db6 to your computer and use it in GitHub Desktop.
Save mkrdip/298fe3eeb644dd622db6 to your computer and use it in GitHub Desktop.
As customizer changes doesn't have any effect on front end, the following CSS code fixes that.
@media only screen and (max-width: 767px)
#main-content, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, #main-footer li, #main-footer a, #main-footer p, #main-footer {
font-size: 16px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment