Hello,
Thank you for using our theme.
1. Header logo can be changed through Maskitto Light Options
2. That can only be achieved by editing header.php
Thread Starter
swerve
(@swerve)
Thanks you for getting back to me,
anyway , no I think there is a misunderstanding maybe I did not explain clearly – it is the whole header area not the just the logo space (which BTW centred layout option is really cool for mobile! ). I have a boxed layout – I think 1050 x 225 px is the size of the header area. I just need to know where to put the link for the image as I am not sure in the css (header.top ?) or the header file or even in the javascript?
This might make the sticky header look weird I know.
There is a file called custom header which has an option for a custom header but it is set in a php array which is very far outside of my limited knoowledge of php. Should I replace the header file with the custom header file in a child theme?
Anyway thank you again for getting back to me. I will definitely make a donation for writing and providing support for this theme
Sorry for misunderstanding.
You should try to add this custom code under Maskitto Light Options > CSS code:
/* For sticky header */
header nav.primary {
background-image: url(http://your.link/image.png);
}
/* For header top bar */
header .header-details {
background-image: url(http://your.link/image.png);
}
I’m really new to wordpress and really like this theme but can’t figure out how to add a full page picture on my home page….I want the picture as big as the picture in the demo, but just with my own photo….can anyone let me know how to do that? Thank you!