-
AuthorPosts
-
February 3, 2015 at 2:38 pm #198318
Hello, thanks for reading.
1) I can not find where to change H1, H2, H3… font size.
http://www.equiposempre.com/demos/streamingraddios2) I need to change body font size for one content band. How can accomplish this?
Thanks,
SebastianFebruary 3, 2015 at 11:50 pm #198568Hi there,
Thanks for writing in! You can add CSS rules into your Customizer, Custom > CSS section using the menu Appearance -> Customize.
h1, .h1 { font-size: 6em; } h2, .h2 { font-size: 5em; } h3, .h3 { font-size: 4em; } h4, .h4 { font-size: 3em; } h5, .h5 { font-size: 2em; } h6, .h6 { font-size: 1em; } p { font-size: 12px; } body { font-size: 14px; }
Hope that helps.
February 4, 2015 at 3:17 pm #199150Well, I fixed the headlines. Now I’m having problems with the paragraph.
<p class=”mts resp-p-timeline w-300″>Contamos con servidores propios de última generación potentes y confiables. Lo único que necesitarás es un computador con conexión a Internet.</p>
How can I make it smaller witouth changin the rest of the site. I want to keep the font but change the size.
“p { font-size: 12px; }” doesn’t work
Thanks,
February 4, 2015 at 10:24 pm #199433Hi there,
Just add an inline css style on that specific paragraph.
<p class="mts resp-p-timeline w-300" style="font-size: 16px;">
Hope it helps, Cheers!
February 5, 2015 at 2:34 pm #199980Thanks but that didn’t change the size. It looks the same.
<p class=”mts resp-p-timeline w-300″ style=”font-size: 11px;”>Contamos con servidores propios de última generación potentes y confiables. Lo único que necesitarás es un computador con conexión a Internet.</p>
February 6, 2015 at 3:11 am #200327Hi,
You can try a much bigger font size to see if it is working.
<p class="mts resp-p-timeline w-300" style="font-size: 70px;">Contamos con servidores propios de última generación potentes y confiables. Lo único que necesitarás es un computador con conexión a Internet.</p>
Thanks.
February 9, 2015 at 2:50 pm #202573No that doesn’t work. How you can change the size of the text on the content band on integrity 1?
February 10, 2015 at 3:59 am #202950 -
AuthorPosts