• Resolved despina.mina

    (@despinamina)


    hello,
    the same problem.I know that is analysed in previous questions,but it doesn’work!
    If there is a solution,make me know!
    thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • Please can you be more descriptive on the issue and provide a link if possible

    Thread Starter despina.mina

    (@despinamina)

    yes,at the pages there is as well as at the home page a header image.There is a mode to remove it or to scrolll down directly at the title of the page?
    My link is https://demo.equality.gr/?page_id=57

    Don’t know the theme and why it is broken but you can hide it with css.

    If you don’t already have a Child_Themes or a custom.css you should install a plugin like custom CSS plugin then add the following to the custom css area.

    body:not(.home) .title-card-wrapper {
    display: none;
    }

    This way it will only show on the home page

    Thread Starter despina.mina

    (@despinamina)

    it’s worked!Thank you very much!

    no worries

    Hello,

    I’d like to do something similar and remove the text that says “Arcade designed by…….” on a Secondary Page like this one –

    https://demos.bavotasan.com/arcade/category/features/

    – without affecting that same text on the Home Page.

    Would your method mentioned above work for removing the text on these images of the secondary pages?

    Based on your advice, I’m looking for a wordpress 4.0 css plugin to do this.

    Thanks in advance for your time.

    Ry

    Hi planetlucid

    Yes if you are trying to remove the image and text then that should work.

    Thanks

    Hello,

    I tried the following –

    body:not(.home) .title-card-wrapper .site-meta{
    display: none;
    }

    But that didn’t work.
    I’m trying to just get rid of the text (while keeping the images) on the secondary pages without affecting the home page.

    Any suggestions would be super appreciated.

    I’ve installed a custom CSS editor “WP Add Custom CSS” and it’s been very helpful – thanks for that tip.


    Ry

    this works

    /*——-test——*/

    .category #site-meta{
    display: none;
    }

    .single-post #site-meta{
    display: none;
    }

    I hope it can help someone!


    Ry

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove Header Images from pages’ is closed to new replies.