Useful Tips | Check it Out!
-
All,
Thought I’d share some useful tips (CSS codes) to help you get the most out of this awesome plugin.
Note: Adjust given parameters to suit your needs.
Here goes:
(1) Hide Notification Bar on Mobile
@media screen and (max-width: 500px) { #wpfront-notification-bar { display:none!important; }}
(2) Adjust Font Size of Notification Bar Message
#wpfront-notification-bar td { font-size:16px!important; }
(3) Change Appearance of Notification Bar Button
#wpfront-notification-bar a.wpfront-button { font-weight:600!important; margin-left:12px!important; padding: 8px 12px 8px 12px!important; font-size:15px!important; border-radius:4px!important; border:none!important; }
(4) Change Color of Notification Bar Button on Hover
#wpfront-notification-bar a.wpfront-button:hover { background:#278ec585!important; border:none!important; }
(5) Change Position and Size of Notification Bar Close (X) Button
#wpfront-notification-bar div.wpfront-close { top: 22px!important; right: 10px!important; font-weight: 500!important; font-size: 11px!important; }
Enjoy!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Useful Tips | Check it Out!’ is closed to new replies.