You are here: Blog » Tutorials » How to change the notification banner style in Hide My Site

How to change the notification banner style in Hide My Site

I have gotten some requests recently asking to explain the CSS involved in changing the custom notification banner. It’s very easy to do once you see an example. Note that you will have to be using Hide My Site premium in order to follow along.

The End Result

Here’s an example of how you might change your banner style.

bfnan

The Code

You probably want to change the colors to something that matches nicely with your background. In this example, I change the banner background color and font size.
The following code would go in Settings > Hide My Site > Custom CSS.

#custom_messaging_banner {
background: #484848 !important;
font-size: 21px !important;
}

Thanks for taking the time to follow this tutorial. Hope you find it helpful. Please let me know if you have any questions or other feedback in the comments.

The section headers (The End Result, The Code, etc...) and dividers on this post were proudly made with Visual Artist
This entry was posted in Tutorials and tagged by .

Author: justin saad

Justin Saad is first and foremost a husband and a father of four. He is also a web developer and designer who has been making websites for over twenty years. His company is called The Motech Network and his website is ClevelandWebDeveloper.com. In addition to building websites, Justin makes WordPress plugins and likes writing tutorials to help others learn about various aspects of web development.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">