• Resolved swerve

    (@swerve)


    Hi There,
    I just wanna say first up, great theme it is beautiful and very well written.
    I have a couple of queries though,

    1. How can I change the header area to an image?
    2. Can I add a custom fa – home and text for an address to accompany the Contact Phone and Contact Email in the top header

    thank you so much
    steve

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author shufflehound

    (@shufflehound)

    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

    Theme Author shufflehound

    (@shufflehound)

    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(https://your.link/image.png);
    }
    
    /* For header top bar */
    header .header-details {
       background-image: url(https://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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change header image’ is closed to new replies.