• Hello,
    Can one possibly create a child theme from two parents? like the style from one theme and the header from another theme…

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter Halimah

    (@halimah)

    I should be the one saying sorry, i want a BIG header image but each time i try to upload an image, i am required to crop to a small image that get doubled automatically to fit the increased header height and i want the title above the image and menu below the image

    Sorry for taking so long – had to do a bunch of fiddling around – and still didn’t figure out where to change that image size (likely in the functions file(s) – but it’s a complicated theme and that kind of coding isn’t my strong point :/). BUT I think I did find a work-around –

    Remove the header image in the theme settings.

    Then in your child theme CSS add this:

    #header .sleeve {
        background: url("COPY THE URL FOR YOUR IMAGE HERE") no-repeat scroll 0 0 transparent !important;
        height: 240px;
        margin-top: 40px;
        width: 100%;
    }

    See if that works.

    Thread Starter Halimah

    (@halimah)

    that did it, you should be a magician! i hope to meet you or someone like you online when next i need help…thanks for your time & the help

    LOL – you’re welcome. There’s lots of good helpers around here so come back if you need to. Good luck with your project – that is one very cool theme. I’ve been wanting to play around with it and now you got me to actually do it :)! I think I’m gonna have to find something to do with it…

    Thread Starter Halimah

    (@halimah)

    i think I’m going to need much more of the good luck…& yeah a cool theme it is.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘child theme from two parents’ is closed to new replies.