Simple Custom Css plugin - by kristofferj

This topic has 10 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Robert Hall

  • Avatar: kristofferj
    kristofferj
    Participant
    October 23, 2015 at 20:36

    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?

    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 23, 2015 at 21:54

    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.

    Avatar: kristofferj
    kristofferj
    Participant
    October 23, 2015 at 22:08

    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?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 24, 2015 at 10:24

    Hello,

    Could you please clarify with more details what exactly you want to do and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: kristofferj
    kristofferj
    Participant
    October 24, 2015 at 22:13

    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.

    Avatar: kristofferj
    kristofferj
    Participant
    October 25, 2015 at 18:04

    I tried to enable custom.css and place a file in themes/woopress and themes/woopress-child directory, it didnt work either..

    Avatar: kristofferj
    kristofferj
    Participant
    October 25, 2015 at 22:40

    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’ );
    }

    Avatar: stan
    Stan Russell
    Participant
    October 26, 2015 at 08:12

    Hello kristofferj,

    thank you for your reply. Is your problem solved?

    Regards,
    Stan Russell.

    Avatar: kristofferj
    kristofferj
    Participant
    October 26, 2015 at 16:48

    Yes it is solved

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 26, 2015 at 17:28

    Hello,

    Ok, if you have any questions please feel free to contact us.

    Regards,
    Robert Hall.

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Simple Custom Css plugin’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.