The CSS code that I created to force the banner and gallery block banner title fonts to remain large in spite of the looong..texts..in..4..languages:
@media only screen and (min-width: 760px) {
.desc-wrapper strong {
font-size: 58px !important;
}}
@media only screen and (min-width: 760px) {
.sqs-gallery-block-slideshow strong{
font-size: 58px !important;
}}
My challenge is now to show the smaller texts above the larger titles again that the large titles eliminated now. Any idea?
Hey Csaba, do you still require assistance with the styling? Let me know.
Please login or Register to submit your answer
Can I get a link to your site so I can see this in action please?
My site is: http://www.cosol.com.br – I found a solution that forces the font size to remain large, however this kills now another text on the banner gallery that was using a smaller font.