• Hello.

    With Pro Version of the Plugin, you can add CSS Snippets, correct?

    Is it also possible to add CSS Snippets to change colors, or hide Elements/ Texts of Admin Panel/ WordPress Backend for example?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Absolutely, when adding CSS there is an option to have it loaded in the admin area instead of on the site’s front-end.

    Thread Starter Kevinc4m

    (@kevinc4m)

    Hello.

    Thanks for the Info.

    Another question on a slightly different topic.

    If I add a code snippet, do I have to specifically “tag” it where it will be applied?

    For example, I have some code snippets in my Functions PHP from the child theme. I also have some code snippets in BuddyPress BP Custom PHP.

    If I want to add these codes individually in the Code Snippets Plugin, do I have to specify that Snippet 1 belongs to Functions PHP and Snippet 2 to BP Custom PHP?

    Or does the plugin automatically recognize where this code needs to be applied?

    And do I have to have a Functions PHP File and a BP CUstom PHP File on my server? Or do I not have to create them at all?

    thanks

    Plugin Author Shea Bunge

    (@bungeshea)

    Your code should contain the add_action or add_filter function hooks that dictate where it applies.

    Assuming your code is written in this manner, you can just add it all as Functions (PHP) snippets regardless of where it came from.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Possible to Add Admin CSS’ is closed to new replies.