Submenu with a phone number

Fullwidth Submenu Style – 1: The below fullwidth element has a custom CSS class name “submenu-style-1” assigned. We then add a phone number to a menu text and style it using custom CSS.

Code Snippet:

/*----------------------------------------
// CSS - Fullwidth Submenu style - 1
//--------------------------------------*/

/* Links */
.submenu-style-1 .av-subnav-menu li:nth-last-child(1),
.submenu-style-1 .av-subnav-menu li:nth-last-child(1) a {
background: #136ad5;
color: #FFF;
float: right !important;
border-left-width: 0px !important;
font-weight: 800;
font-size: 18px;
}