Sketch theme – fonts
-
Hi,
I’ve been trying to change the navigation and block quote fonts in the sketch theme, and have been successful in doing so in the “customize” mode but the fonts won’t display on the actual website. What could cause that?
I’ve been using these:
.main-navigation ul a {
border-bottom: 0;
padding: 5px 0 5px 14px;
font-size: 20px;
font-family: League-Gothic;
color: #00121c;
}AND
blockquote {
font-family: League-Gothic;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
width: 750px;
margin: .25em 0;
padding: .25em 40px;
line-height: 1.3;
position: relative;
color: #00121c;
}Is there something overwriting these?
Also, is it possible to make the logo in the nav. header bigger? Or is 150px the max?
Thank you so much!
The blog I need help with is: (visible only to logged in users)
-
Hi there. Will you please copy your question to a new thread in the CSS forum? Most of us on the main forum don’t provide CSS support, so you have a better chance of getting an answer over there.
https://en.forums.wordpress.com/forum/css-customization#postformYou might also want to read the support document on using Custom Fonts: http://en.support.wordpress.com/custom-design/custom-fonts/
-
Ok, thanks! What about my question about the logo size – can I adjust it bigger than 150 px?
-
What about my question about the logo size – can I adjust it bigger than 150 px?
See here:
Site Logo
Include your business’s logo by going to Customize → Site Title and uploading a logo image in the space provided. The logo will appear next to your site title in the header; it can be any size, but will display at a maximum width of 100 px. -
However, I think it can also be adjusted via CSS. The people in the CSS forum can help you with the correct code for that also, if it’s possible.
-
- The topic ‘Sketch theme – fonts’ is closed to new replies.