X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/indofinance/inc
home
/
freights
/
public_html
/
wp-content
/
themes
/
indofinance
/
inc
/
??
..
??
custom-css.php
(794 B)
??
custom-header.php
(1.88 KB)
??
customizer
??
jetpack.php
(1.54 KB)
??
metabox
??
modules
??
template-functions.php
(3.43 KB)
??
template-tags.php
(5.43 KB)
??
walker.php
(1.99 KB)
Editing: custom-css.php
<?php /** * File to load PHP dependent CSS styles */ function indofinance_custom_css() { $css = ''; $sticky = get_theme_mod('indofinance-sticky-sidebar_set'); $footer_parallax = get_theme_mod('indofinance_footer_parallax_effect', ''); if (!empty($sticky)) { $css .= '@media (min-width: 968px) { .theme-sidebar { position: -webkit-sticky; /* For Safari */ position: sticky; top: 0; height: fit-content; } }'; } if (!empty($footer_parallax)) { $css .= '#footer-widgets { background-attachment: fixed; }'; } wp_add_inline_style( 'indofinance-main-css', $css ); } add_action('wp_enqueue_scripts', 'indofinance_custom_css', 15);
Upload File
Create Folder