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.
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?
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!
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.
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!