This topic contains 2 replies, has 2 voices, and was last updated by slawomir 9 months, 2 weeks ago.
You must be logged in to reply to this topic.
Free and Premium WordPress Themes
Easy to Use • Built-in Customizer • Premium Support
Home › Forums › Ribosome Pro › how to change font size in header
This topic contains 2 replies, has 2 voices, and was last updated by slawomir 9 months, 2 weeks ago.
Welcome,
I have one question on how to change the font size in the header (title of the site and the description) using Custom CSS? Can you help me?
Thank you
Hi,
To change the font size in the header go Customize > Appearance > Additional CSS and paste the following (the size is just an example, put the one you want. Note that 14px = 1rem):
To change the site title:
.blog-info-sin-imagen h1.site-title{
font-size:42px !important;
font-size:3rem !important;
}
To change the site description:
h2.site-description{
font-size: 18px;
font-size: 1.285714285714286rem;
}
Regards.
Thank You very much!
Greetings.
You must be logged in to reply to this topic.
Esta web utiliza cookies propias y de terceros. Las cookies de este sitio web se usan para personalizar el contenido y los anuncios, ofrecer funciones de redes sociales y analizar el tráfico. Además, compartimos información sobre el uso que haga del sitio web con nuestros partners de redes sociales, publicidad y análisis web, quienes pueden combinarla con otra información que les haya proporcionado o que hayan recopilado a partir del uso que haya hecho de sus servicios. Continuar navegando implica la aceptación de nuestra política de cookies.
ACEPTAR