CMDesign_RidgeMeadows
-
Posts
7 -
Joined
-
Last visited
Reputation Activity
-
CMDesign_RidgeMeadows reacted to tuanphan in Remove Homepage Image on Mobile Version only
You can use this new code
@media screen and (max-width:767px) { .fe-block-64e64b84bc41e5560ef18f0f { display: none !important; } .fe-64e64b8401b3833ac9779d8f { grid-template-rows: repeat(7,minmax(24px, auto)) !important; }}
-
CMDesign_RidgeMeadows got a reaction from tuanphan in Changing Site Header Button Font
thank you thank you thank you thank you!!! @Lesum
-
CMDesign_RidgeMeadows reacted to Lesum in Newsletter Block Custom Form Font
@CMDesign_RidgeMeadows You can try this code snippet:
.newsletter-block .newsletter-form-header-title { font-family: 'Avenir Light' !important; } .newsletter-form .newsletter-form-field-element { font-family: 'Avenir Light' !important; } input.newsletter-form-field-element.field-element::placeholder { font-family: 'Avenir Light' !important; } span.newsletter-form-button-label { font-family: 'Avenir Light' !important; } -
CMDesign_RidgeMeadows reacted to Lesum in Changing Site Header Button Font
@CMDesign_RidgeMeadows You can try adding this code snippet:
.header-actions-action--cta .btn { font-family: 'Avenir Light' !important; } -
CMDesign_RidgeMeadows got a reaction from Lesum in Changing Site Header Button Font
thank you thank you thank you thank you!!! @Lesum