Reply To: after header content

Home Forums Support after header content Reply To: after header content

Home Forums Support after header content Reply To: after header content

#91064
Alex

I almost got it figured out.. I made them css buttons. Code is below… One questions though, on mobile, is it possible to change css values (text size, padding, etc…)?

.below-header-bar {
padding: 1px 0px 0px 0px;
background: #1cbabc;
text-align: right;

}
.btn-below-header {
background: #1cbabc;
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
padding: 2px 15px 1px 15px;
text-decoration: none;
}

.btn-below-header:hover {
background: #ffffff;
color: #ce5973;
text-decoration: none;
}