Button Theming
Design Template: ProducerJfelizardo
plain_text
a month ago
415 B
1
Indexable
Never
CSS Color Theming
/*START - fix button theme on mobile view*/ @media (max-width: 768px){ .home-valuation .search-wrapper .lp-btn { border: 2px solid #fff!important; color: #fff!important; background-color: transparent!important; &:hover { border: 2px solid #fff!important; color: #670038!important; background-color: #fff!important; } } } /*END*/
Leave a Comment