Help with Edin
-
I’m using the Edin theme and have not found anything yet on here that will fix these issues.
1) Is there a way to keep the header image on the home screen, but leave it out of each page screen?
2) Is there a way to change the color of the background directly behind the text from white?
3) Is there a way to change the size/color/font of each page header?The blog I need help with is: (visible only to logged in users)
-
Hi! First of all try cleaning up your custom css. As I can see there are multiple files that could be slowing your page down.
When done, try the following and let me know if it helps you:
1. Remove header image on all pages:.site-branding { display: none; }and bring it back on the home page:
.home .site-branding { display: block; }2. Change background color behind the text (to grey in this case):
.site-content { background-color: #cccccc; }3. Change the style of page header:
.entry-title { font-style: Georgia; font-size: 3em; color: #000080; } -
Sorry I the code parts above look a bit messy. Just in case here they are again.
1. header image on the home page:
.home .site-header { display: block; }2. changing the background color:
.site-content { background-color: #cccccc; }
- The topic ‘Help with Edin’ is closed to new replies.