Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can ask your theme’s vendors of this query.

    Thread Starter Novalgina2Fast

    (@novalgina2fast)

    i just put this function in the header
    <script>
    jQuery(document).ready(function($){
    $(“#ribbon”).mouseover(function(){
    $(“#ribbon”).css(“margin-top”,”167%”);
    $(“#ribbon”).mouseout(function(){
    $(“#ribbon”).css(“margin-top”,”38%”);
    });
    });
    });
    </script>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mouse over’ is closed to new replies.