| Server IP : 104.21.74.147 / Your IP : 216.73.217.154 Web Server : nginx/1.24.0 System : Linux wordpress-sites 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/rebeccaone.com/wp-content/themes/x/framework/legacy/cranium/footers/output/ |
Upload File : |
<?php
// =============================================================================
// FUNCTIONS/GLOBAL/ADMIN/CUSTOMIZER/OUTPUT/RENEW.PHP
// -----------------------------------------------------------------------------
// Renew CSS ouptut.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Colophon
// =============================================================================
$x_renew_footer_background = x_get_option( 'x_renew_footer_background' );
$x_renew_footer_text_color = x_post_css_value( x_get_option( 'x_renew_footer_text_color' ), 'color' );
?>
/* Colophon
// ========================================================================== */
.x-colophon.bottom {
background-color: <?php echo $x_renew_footer_background; ?>;
}
.x-colophon.bottom,
.x-colophon.bottom a,
.x-colophon.bottom .x-social-global a {
color: <?php echo $x_renew_footer_text_color; ?>;
}