• Resolved aga2442

    (@aga2442)


    hello,

    I want to add css code to disable some theme related features.
    
    I want to do this through your plugin, not wordpress.
    
    but there is no css option available on the "Create Custom Snippet" page.
    
    html, php, java, php options are available.
    
    Which one should I choose to add css code? Or should I add in a different field?
    • This topic was modified 3 years, 7 months ago by aga2442.
Viewing 1 replies (of 1 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @aga2442,

    Thank you for reaching out – we are going to improve CSS support in a future release.

    Until then you can easily add styles by creating a HTML snippet set to Site Wide Header location and adding your CSS code in a style tag, like this:

    
    <style>
    /* Replace with your styles here */
    .your-class {
    color: red;
    }
    </style>
    
Viewing 1 replies (of 1 total)

The topic ‘add css code’ is closed to new replies.