This topic has 10 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
I installed “Simple Custom CSS” plugin cause i want syntax highlighting and tab etc. working. But when i add code to the plugins editor, they won’t apply to the theme. How can I solve this?
Hello,
Please specify what code you added and what you wanted to achieve.
Also provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
I prefer not to give out my login details since its not my site.
Im not sure if you want me to paste 70 lines of css classes and ids that works great when added to your themes custom css editor, but not with simple custom css?
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Regards,
Robert Hall.
I want to be able to use the plugin “Simple Custom CSS” and enter CSS rules into that plugins window instead of using the Global CSS window that comes with your theme. Im not sure if it is a bug of simple custom css or with your theme, that prevent the rules from loading when i enter them into Simple Custom CSS plugin.
I tried to enable custom.css and place a file in themes/woopress and themes/woopress-child directory, it didnt work either..
I managed to edit the functions.php to add a custom style sheet. So I’ll share the solution here if someone else wants to do the same thing.
Add this to functions.php in child theme dir.
add_action( ‘wp_enqueue_scripts’, ‘custom_stylesheet’ );
function custom_stylesheet() {
wp_enqueue_style( ‘custom-style’, get_stylesheet_directory_uri() . ‘/custom-style.css’ );
}
Hello kristofferj,
thank you for your reply. Is your problem solved?
Regards,
Stan Russell.
Yes it is solved
Hello,
Ok, if you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘Simple Custom Css plugin’' has been successfully resolved, and the topic is now closed for further responses