This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hi how do I add the css to change the font to Raleway and change the colour and size please?
Hello,
Please use this code in custom.css file:
body {
color: #818181;
font-size: 15px;
font-family: Raleway;
}
#main-nav > ul > li > a {
font-size: 16px;
font-family: Raleway;
color: #818181;
}
Write your color and size values.
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Regards,
Eva Kemp.
Hi thanks for that, it’s worked on pages, but the font on the posts is very small and the product headings have not changed. Do you have a css to make the blog font bigger and change the font for product headings and main navigation?
Hello,
Please use this code in custom.css:
.article p {
font-size: 16px;
}
#products-grid.products_grid .product-grid .product-name a {
font-size: 16px;
}
#main-nav > ul > li > a {
font-size: 18px !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up