This topic has 11 replies, 3 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
I have created a simple test for functionality with this css style in the child theme and theme options
global custom CSS.
.check p {
font-size: 48px;
}
Placing callout in the page builder “Front Page” Text Block / Extra class name: “check”
No Result – and a view of the source code shows the CSS callout doesn’t show up.
Other variations of this also show no functionality of the custom CSS styles functioning in this theme.
I could use your help getting this resolved.
Hello,
Please make sure that function.php file of your child theme contains required code http://prntscr.com/kd8cig. Here you may download Royal Child Theme – https://www.8theme.com/download-plugins/page/2/
Regards
ROYAL THEME HAS ALREADY BEEN DOWNLOADED INSTALLED AND ACTIVATED.
CONFIRMED function.php file of the child theme does contain this required code:
<?php add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array( ‘bootstrap’, ‘parent-style’ ) );
wp_enqueue_style( ‘dynamic-css’, get_stylesheet_directory_uri() . ‘/dynamic.css’ );
}
Hello,
Yes, that code is required.
Regards
THE CODE IS IN PLACE AND YET THE THEME WILL NOT USE THE CSS!
Hello,
Please provide FTP access so we can take a closer look.
Regards
The FTP is:
Hello,
We have tried FTP access to connect to your server and we can’t connect. Please check (FTP hostname, FTP username, FTP password).
Regards
Hello,
Your problem was solved in your request via email. The problem was related to missing functions.php of the child theme.
Regards
Thank You
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up