whoami7 - Manager
:
/
home
/
analuakl
/
somethingsmushy.com
/
wp-content
/
themes
/
doyel
/
inc
/
Upload File:
files >> /home/analuakl/somethingsmushy.com/wp-content/themes/doyel/inc/custom-style.php
<?php function doyel_custom_css() { wp_enqueue_style('doyel-custom', get_template_directory_uri() . '/assets/css/custom-style.css' ); $header_text_color = get_header_textcolor(); $doyel_custom_css = ''; $doyel_custom_css .= ' .site-title a, .site-description, .site-title a:hover { color: #'.esc_attr( $header_text_color ).' ; } '; wp_add_inline_style( 'doyel-custom', $doyel_custom_css ); } add_action( 'wp_enqueue_scripts', 'doyel_custom_css' );
Copyright ©2021 || Defacer Indonesia