Header
-
You’ll be able to change the header height in Graphene version 1.7. Wait for it, or if you want to change it immediately, add this to your child theme’s
functions.php
file.function graphene_custom_header_width(){
return 1150;
}
function graphene_custom_header_height(){
return 150;
}
add_filter('graphene_header_image_width', 'graphene_custom_header_width');
add_filter('graphene_header_image_height', 'graphene_custom_header_height');And, this to your child theme style sheet or in Graphene custom CSS
#header {
height: 150px;
}First of all, thanks for the answer about the header, that really helped.
Now i have a question i hope you can help me with.
At the top of my website http://vcm.depressionexpert-david.com/ just under the meny there is a block i can write in and also the pagename is in the same block. Is it possible to remove this, i dont need it for my website. Can i do this somewhere in the Graphene theme.
Regards Leif Saaby
That is your Static Frontpage.
Try adding this to your child theme style.css or in Graphene Options –> Display –> Custom CSS.
.post-343 {
display: none;
}Thanks for the code, that worked fine. I have one final problem, maybe you can help me with that.
I converting my site to Graphene theme, it’s a great theme, but I am having troubles removing the colons from my event calender (link) I have removed the colon option in the plugin, but the page still shows 3 colons
Have you any ideas?
Regards
Leif Saaby
Mod
You mean columns, right? It looks like one to me. Refresh your browser and it should look good.
Yes i mean columms, my eventcalender is shown on my website (link) but it is shown with columms, i need it to show on the website without columms. Its not enough to refresh page.
http://vcm.depressionexpert-david.com/ look under menu Eventkalender.
Is this a code problem
Best regards
Leif Saaby
Mod
Okay, it looked one column earlier. Must be all the cold medicine I’m taking.
Edit the page. On the right side, look under “Page Attributes”. Select “One column, no sidebar”. Save the page.
If you don’t see “Page Attributes” then click on “Screen Options” in the upper right-hand corner and in the menu that pops down, tick the box marked “Page Attributes”. (No need to save; the change is automatic.)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.