Example #1
0
;
    }
</style>

<style type="text/css" id="mythemes-second-btn-bkg-color" media="all">
    div.mythemes-header.parallax-container div.mythemes-header-buttons a.btn-large.mythemes-second-button{
        background-color: <?php 
echo esc_attr(get_theme_mod('mythemes-second-btn-bkg-color', '#e53935'));
?>
;
    }
</style>

<style type="text/css" id="mythemes-second-btn-bkg-h-color" media="all">
    div.mythemes-header.parallax-container div.mythemes-header-buttons a.btn-large.mythemes-second-button:hover{
        background-color: <?php 
echo esc_attr(get_theme_mod('mythemes-second-btn-bkg-h-color', '#d32f2f'));
?>
;
    }
</style>



<style type="text/css" id="mythemes-custom-css">

    <?php 
echo mythemes_validate_css(get_theme_mod('mythemes-custom-css'));
?>

</style>
Example #2
0
    a,

    /* WIDGETS */
    div.widget ul li a:hover,
    div.widget_calendar table td a:hover,
    div.widget_categories ul li a:hover,
    div.widget_recent_comments_with_avatar ul li h5 a:hover{
        color: <?php 
echo $link_3;
?>
;
    }

    /* POST TITLE HEADLINE */
    .hentry h2 a:hover,
    article h2 a:hover{
        color: <?php 
echo $color_3;
?>
;
    }

</style>

<style type="text/css" id="mythemes-custom-css">

    <?php 
echo mythemes_validate_css(mythemes_mod('custom-css'));
?>

</style>