• Resolved Leek

    (@iamleek)


    Hello,

    I am new to wordpress and I am trying to put an image of myself in the banner area.

    Here’s where my problem is…

    1. The default banner is too small and I don’t know how to resize it.

    My site iamleek.com

    I want my banner to look like this blackmilk.biz

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Han

    (@hwijaya)

    I don’t see a banner. Please upload via “Appearance > Customize > Branding > Logo” and I’ll take a look.

    Thread Starter Leek

    (@iamleek)

    I tried that and it won’t upload ??

    Thread Starter Leek

    (@iamleek)

    Thread Starter Leek

    (@iamleek)

    When I got to upload my image, I don’t see it but it says its there.

    Thread Starter Leek

    (@iamleek)

    `.site-header {
    background: none repeat scroll 0 0 #F5F5F5;
    }

    .site-header > .wrap {
    padding: 40px 0;
    }

    /* Title Area
    ——————————————— */

    .title-area {
    font-weight: 700;
    padding: 16px 0;
    text-align: center;
    }

    .header-image .title-area {
    padding: 0;
    }

    is this where i’m suppose to change the size?

    Theme Author Han

    (@hwijaya)

    You can override the css via “Appearance > Customize > CSS”

    .site-header {
        background-color: transparent;
    }
    .site-header > .wrap {
        padding: 0px 0;
    }

    The Logo upload should work, make sure you didn’t customize the omega theme, create a child theme instead.

    Thread Starter Leek

    (@iamleek)

    Still not working. I did before change

    .site-header {
    background: none repeat scroll 0 0 #F5F5F5;

    to transparent but then changed it back. Maybe this is why? Is there any way I can start theme like brand new? I tried installing a different theme then re-installing, but it didn’t work. I feel like I’m doing everything all wrong. I would purchase a child theme but I do not have the funds for the theme as of right now. I am truly sorry for this inconvenience.

    Thread Starter Leek

    (@iamleek)

    It actually worked! I pasted the html to CSS. Thank you!!!

    Theme Author Han

    (@hwijaya)

    Please use themehall contact form to supply your wordpress login, I’ll try to debug.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to resize Omega header size’ is closed to new replies.