Adding a logo image in Triton Lite theme
-
I have a blog called Writer’s Bloc (www.writers-bloc.org) on WordPress and am using the Triton Lite theme for the site. However, I am not able to add a logo image in the header. I am not familiar with CSS at all, so was wondering if I could get help add the image
The blog I need help with is: (visible only to logged in users)
-
Hi there,
It looks like you were already able to upload a header image, but it wasn’t activated. Is this what you are looking to accomplish?
If so, you can enable it following the instructions here:
http://en.support.wordpress.com/themes/custom-header-image/#uploading-a-custom-header-image
Just a note, I also removed the Header text so you wouldn’t see duplicate site headers like this in my example:
In order to do that, navigate to Dashboard -> Appearance -> Customize -> Site Title and uncheck the box for “Display Header Text” as shown here:
Let me know if you need anything else!
-
-
-
Hi there,
It looks like you had some custom CSS in your Customizer, but it was commented out. You should be able to change the height of the header using the following CSS:
div#header-image { width: 960px; height: 200px; }You’ll notice that if you change the height too much (100px for example), the content area covers the header.
Does that code accomplish what you’re looking for?
- The topic ‘Adding a logo image in Triton Lite theme’ is closed to new replies.
