This topic has 4 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
Hola, quiero cambiar el tipo de letra de esta parte, esto se encuentra en el “Header Top – Contacts” https://ibb.co/t35pK51
Muchas gracias
Hello, Alvaro,
Thank you for choosing XStore as your WooCommerce WordPress theme.
In order to change font-family of the Contacts element, the next custom CSS code can be used:
.header-top .contact-info {
font-family: Source Sans Pro, sans-serif;
color: #222;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Y como puedo ponerlo en minúsculas? Porque el texto es en minusculas pero el tipo de letra la convierte en mayusculas.
Hello, Alvaro,
Please change the previous code to:
.header-top .contact-info {
font-family: Source Sans Pro, sans-serif;
color: #222;
text-transform:none;
}
Kind Regards,
8theme team
Tagged: change, customization, font, header, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up