Created
August 10, 2017 16:31
-
-
Save mjesusabarca/f924d68a71bf77ebbfe6478215166f9d to your computer and use it in GitHub Desktop.
delete .nivo-controlNav a.active, .ReadMore, .slide_info .slide_more,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Show Slider Section | |
| } | |
| add_action( 'customize_register', 'milestone_lite_customize_register' ); | |
| function milestone_lite_custom_css(){ | |
| ?> | |
| <style type="text/css"> | |
| a, .siteblog_listing h2 a:hover, | |
| #sidebar ul li a:hover, | |
| .siteblog_listing h3 a:hover, | |
| .cols-4 ul li a:hover, .cols-4 ul li.current_page_item a, | |
| .recent-post h6:hover, | |
| .page-four-column:hover h3, | |
| .footer-icons a:hover, | |
| .postmeta a:hover, | |
| .pagebutton:hover | |
| { color:<?php echo esc_html( get_theme_mod('color_scheme','#ff6700')); ?>;} | |
| .pagination ul li .current, .pagination ul li a:hover, | |
| #commentform input#submit:hover, | |
| .nivo-controlNav a.active, | |
| .ReadMore, | |
| .slide_info .slide_more, | |
| .appbutton:hover, | |
| #sidebar .search-form input.search-submit, | |
| .wpcf7 input[type='submit'], | |
| #featureswrap | |
| { background-color:<?php echo esc_html( get_theme_mod('color_scheme','#ff6700')); ?>;} | |
| </style> | |
| <?php | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment