Reply To: Customize site wide notification in header


Home Forums Front End PM PRO Customize site wide notification in header Reply To: Customize site wide notification in header

#12574
STEVE
Participant

Good News… I figured out how to customize the look of the site wide notification in header. I’m 50% there. I just can’t figure out how to move it around, like to the bottom of the window. Not sure if that is even possible.

Here’s the code I used to change the look…

#fep-notification-bar { 
   color: rgba(221, 221, 221, 1);
   background-color: rgba(0, 0, 0, 0.75);
   border-color: rgba(221, 221, 221, 1);
   border-width: 1px;
   border-radius: 0px;
   top: 80px;
}

.fep-notification-bar .fep-notice-dismiss {
   color: rgba(221, 221, 221, 1);
}