I have a “contact” link in the header (x theme Renew stack) and I want it to appear like a button (like the ‘23’ design cloud: https://demo.theme.co/designcloud/headers/23-2/)
My question is identical to this other thread (How Do I Put a Button in Header?) but the global css code (below) didn’t work for me – not sure why.
.x-navbar .desktop .x-nav > .menu-item-514 > a:hover,
.x-navbar .desktop .x-nav > .menu-item-514 > a,
.x-navbar .desktop .x-nav > .menu-item-514.current-menu-item > a {
box-shadow: none;
height: 40px;
margin-top: 25px;
padding-top: 15px;
color: #fff;
border: none;
background-color: red;
margin-bottom: 0.25em;
text-shadow: none;
box-shadow: none;
border-radius: 0.25em;
}