Typo customization
-
Hello, I would like some CSS code help to remove the large space between the page content and the header (where I removed the page title). Also to change the footer background color to match the header background.
Thanks for your time.The blog I need help with is: (visible only to logged in users)
-
Does what’s in this thread help you at all?
https://en.forums.wordpress.com/topic/quick-help-with-typo-theme?replies=12#post-1553859 -
The code from that post worked to change the header background color but the rest did not apply to what I am trying to do, thanks.
-
Well good then you are a little further along. :) Please be patient while waiting for a Volunteer who helps with CSS editing or Staff assists you with the rest.
-
1. Add this and decrease the value:
.page .hentry { padding-top: 100px !important; }2. Add this:
.site-footer { background-image: none; background-color: #663300; } -
-
- The topic ‘Typo customization’ is closed to new replies.