Hi there – To carry on from closed thread ”Masthead Title font size change needed above 1024px”
Is there any way just change the size on the masthead on the Homepage? As my separate ‘Masthead’ modules I use for other pages are only small titles so can remain the larger text size on all size screens.
The code used at the moment affecting all pages is the one in custom.css file as seen below;
@media (max-width: 1024px) { div.ja-masthead .ja-masthead-detail .ja-masthead-title { font-size: 24px; }}
@media (min-width: 1024px) { div.ja-masthead .ja-masthead-detail .ja-masthead-title { font-size: 72px; }}
-
This topic was modified 7 years, 4 months ago by Ch1vpH.
-
This topic was modified 7 years, 4 months ago by Ch1vpH.