HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/themes/athena/inc/js/customizer.js
jQuery( document ).ready( function( $ ){

//    $('#customize-header-actions').append('<a class="button button-primary">Upgrade to Pro</a>');

    $('#customize-info .preview-notice').html('<a class="button button-primary" href="http://smartcatdesign.net/preview/athena/" target="_BLANK">Upgrade to Athena Pro</a>');
    $('#customize-info .preview-notice').append('<p style="color: #cc0000">The pro version includes more skin colors, the ability to add more slides in the slider, more font options, an animated Ajax contact form, testimonials carousel, FAQs, Photo Gallery and more!</p>');

    $( '#customize-control-theme_color input[type=radio]' ).each( function() {

        var selector = $(this);
        
//        selector.css({ display: 'none' });

        if( selector.val()  === 'green' ) {

            selector.parent('label').append('<span class="theme-color" style="background: #36B3A8"></span>')

        }

        if( selector.val()  === 'blue' ) {

            selector.parent('label').append('<span class="theme-color" style="background: #5dade2"></span>')

        }

        if( selector.val()  === 'red' ) {

            selector.parent('label').append('<span class="theme-color" style="background: #E74C3C"></span>')

        }

        if( selector.val()  === 'pink' ) {

            selector.parent('label').append('<span class="theme-color" style="background: #e85387"></span>')

        }
        
        if( selector.val()  === 'yellow' ) {

            selector.parent('label').append('<span class="theme-color" style="background: #f1c40f"></span>')

        }
        
        if( selector.val()  === 'darkblue' ) {

            selector.parent('label').append('<span class="theme-color" style="background: #34495e"></span>')

        }

    });
});