Hi there,
On a landing page i’m creating, I want to make the font of a text block larger. I know the page ID (which is 514) but I’m unsure of the CSS code to do this.
This is the page link http://www.physiquetransformations.com.au/premium-group-personal-training/. It’s the first large paragraph I want to enlarge. Thanks :)
Hey joemurphy!
Thank you for using our theme.
I tried your link, but it does not work (Page not found).
Can you pls check and post it again?
Regards,
Günter
sorry – will be visible now
Hi!
In coustom.css or Enfold->Styling->Quick CSS field put the following and adjust the px value:
.page-id-514 #av_section_1 .av_textblock{
font-size: 17px;
}
Best regards,
Günter
Thanks Gunter – I put the CSS code in the Enfold Quick CSS field but it didn’t change – played with the px height, but no luck. Any other suggestions?
NOTE – I made the px value 50 – and i noticed it stretched my image in the layerslider massively
Hey!
Sorry, I got the wrong class: Replace with this:
.page-id-514 #av_section_1 .avia_textblock {
font-size: 17px;
}
Cheers!
Günter
Great – thanks!!