• Hi – i can’t seem to remove the big header image from the pages i want it removed on. Can you please help?

Viewing 15 replies - 1 through 15 (of 61 total)
  • Hello Saiqua,
    The header image was designed to appear on all pages.
    You will need to use custom css codes to edit the theme.

    Where do you require the header image removed?

    Thread Starter Saiqua

    (@saiqua)

    in all pages but the home page.

    Thread Starter Saiqua

    (@saiqua)

    hello? can someone please respond? if this is too much trouble, i ll probably have to use a different theme.

    Hello Saiqua,
    If you remove the header image, the site title and other stuff will also disappear.
    Do you want to hide only the header image or the complete header area?

    Divjot

    Hello it’s so easy there are many ways to remove your header image
    1-css
    in main.css line 27
    change the code to this

    #masthead {
        position: relative;
        text-align: center;
        height: 200px;
    }

    or this

    #masthead {
        position: relative;
        text-align: center;
        height: 200px;
        display: none;
    }

    there are many ways to solve your problem
    Good luck

    Thread Starter Saiqua

    (@saiqua)

    hi @rohalla – i tried altering that code in main.css – used display: none; however, if i do that then the header disappears from all pages. i want it to stay on the home page.

    divjotsingh_440 – i want all the text and everything to disappear. however, i do need to add a small logo that stays on the rest of the pages – this shouldnt be too difficult right?

    Thread Starter Saiqua

    (@saiqua)

    for my case – i really like how the header image fills the space but that only works on the home page, for the rest it’s really a waste of space and i need it removed.

    OK I’ll be back soon to help you

    Thread Starter Saiqua

    (@saiqua)

    Hi
    use this style

    #masthead {
        position: relative;
        text-align: center;
        height: 200px;
        visibility : hidden;
    }

    please try the above code and say the result
    where did you put your screenshot?

    Thread Starter Saiqua

    (@saiqua)

    Hi. This did not change anything ??

    screenshots did not attach somehow. sorry about that. here is one where i simply changed the font size and nothing took effect:

    Thread Starter Saiqua

    (@saiqua)

    and here’s a screenshot of my function.php enqueueing just in case there’s something that’s wrong here that’s affecting it.

    Thread Starter Saiqua

    (@saiqua)

    screenshot of changed font size adjustment

    I ‘ll be back soon to solve you problem,Don’t worry

    Thread Starter Saiqua

    (@saiqua)

    thank you. meanwhile, i’m trying to study up as much as i can on my own.

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