Universal Code doesn’t works with Admin Pages
-
So i created a Universal Code snippet having a style html tag with CSS to theme my Admin Toolbar but it didn’t worked and while debugging noticed that-
1. It has some conflict with Admin Menu Editor Plugin
2. Universal code is not working on Admin Pages. Set to work on Automatic Insertion->Head with no Conditional execution logic (though tried conditional execution logic with Page->Full website & Current Page->contains->/wp-admin/ without any success)MY UNIVERSAL CODE SNIPPET-
<style type="text/css"> #wpadminbar { border-bottom: 4px solid; border-color: #f44336; font-weight: bolder; } </style>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Universal Code doesn’t works with Admin Pages’ is closed to new replies.