How do I upload a photo to replace the Theme's logo?
-
I use Suburbia Theme. there is a big S-logo in the upper left corner. I want to replace it with a profile photo. how do I do this?
The blog I need help with is: (visible only to logged in users)
-
I use the Suburbia Theme. There is a big S-logo in the upper left corner. I want to replace it with a profile photo. How do i do this?
Also, in the heading I want the name of my blog to Extra Bold – and the other headings in the blog to be semi bold. how do I do this?
-
Hi there,
I use the Suburbia Theme. There is a big S-logo in the upper left corner. I want to replace it with a profile photo. How do i do this?
The S in the corner of the Suburbia theme is the theme header image. You can upload a custom header image by going to Appearance > Header in your dashboard.
Also, in the heading I want the name of my blog to Extra Bold – and the other headings in the blog to be semi bold. how do I do this?
You can use custom CSS to do this. First, go to Appearance > Customize to open the Customize tools. In the Fonts section, make sure that the Headings font is set to semi bold.
Then, go to the CSS section in the Customize tools. In the CSS editor, you can enter the following CSS to make the title extra bold:
.wf-active #site-title { font-weight: 800; }Let me know how that goes! :)
If you’re interested in customizing your blog even more, we have tips for getting started with CSS here:
If you have other CSS questions, most of our CSS support is done by expert staff and volunteers in our CSS Customization forum here: https://en.forums.wordpress.com/forum/css-customization
You can search that forum for more information, or post your questions there. If you request CSS help, please include a link to your blog and as many details as you can about the changes you want to make. It really helps. :)
- The topic ‘How do I upload a photo to replace the Theme's logo?’ is closed to new replies.