Cambiar tamaño subtítulo H4

Posted in: Newspaper
Post count: 91

Hola. Me gustaría cambiar el tamaño de los subtítulos H4 en la versión móvil, pero no se como. Lo he intentado en Theme Fonts/ Post Content /, pero al cambiar el tamaño del los H4 no se ven resultados.
En /Custom Code/Phones/ tengo este código que me proporcionasteis para cambiar el tamaño del contenido. ¿Puede darme otro para los títulos H4?:

.td-post-template-default .td-post-header header .entry-title
{
font-size: 40px!important;
}
.td-post-content p, .td-post-content
{
font-size: 26px!important;
}

Gracias.

Post count: 35449

Hi,
You can try this custom css:
.td-post-content h4 {
font-size: 30px;
}

The css code should be set in the theme panel in phone section.
I hope this will help you!
Thank you!

Post count: 91

Hola. ¿Me puede especificar la carpeta donde tengo que poner el código? Lo he intentado incluyendo el código que me has proporcionado en Custom Code / Avenced CSS / Phones, pero no se producen cambios.
Tampoco veo cambios cambiando cambio valores en /Theme Fonts/
¿Puede haber algún error que impida el cambio de los tamaños de letra?
¿Cómo puedo enviarle una captura de pantalla?

Post count: 35449

Hi,
The code should be set in the theme panel but if is not apply is possible to have set a different template, it will help if you can provide a link to the page where you have the h4 elements and let me know those h4 elements that you want to change the font size, doing this I can provide a code for this or provide indications for how to change the font size (if is a cloud template then it can be edited using tagDiv Composer, select the element and adjust the font size per view port).
Thank you!

Post count: 91

Muchas gracias.
Puede ver como los H4 aparecen muy pequeños en versión móvil. No puedo cambiarlos de tamaño con el código ni desde el panel.
https://japonpedia.com/ceremonia-del-te-en-tokio/
¿Cómo puedo cambiar el tamaño de la letra usando tagDiv Composer para el contenido de los post?
Un saludo.

Post count: 35449

Hi,

Please try this custom css:
.single .td-post-content h4 {
font-size: 26px;
}

Set it in the theme panel in css place and make sure that you clear all cache, the results should be – https://i.imgur.com/moW3WEb.png

“How can I change the font size using TagDiv Composer for post content?” – this can be done if you replace the standard template with cloud template and you use single post template .

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.