Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158902
    hoddbarnesdickins
    Participant

    hello

    is it possible to remove the name of the page and date in the header image on the featured content and services pages?

    #158913
    Sakin
    Keymaster

    @hoddbarnesdickins: Yes, you can hide it with custom css. For that, send me the URL of the pages where you want to hide the name of the page and date.

    #158984
    hoddbarnesdickins
    Participant

    Hi Sakin

    thanks a lot for coming back to me.

    this page for example:

    http://www.hoddbarnesdickins.com/service/paul-smith/

    also, the other thing that i would like to do is to stop the header images in these pages from having the greyed out look, is this also possible?

    also i really would like the images that appear on these page to be centred but if if i try to centre it here, it will not appear centred on the home page in the services section. is there any way to do this.

    great theme by the way, well done!

    #158994
    Sakin
    Keymaster

    @hoddbarnesdickins: You can add the following css in “Appearance => Customize => Additional CSS” box to hide the name of the page and date in that page.

    .postid-419 .custom-header .entry-container {
        display: none;
    }

    Yes, you can remove the grey from that page by adding following css in “Appearance => Customize => Additional CSS” box.

    .postid-419 .custom-header:after {
        background-color: transparent;
    }

    For center, you can add the following css in “Appearance => Customize => Additional CSS” box.

    .postid-419 .custom-header:before {
        background-position: center center;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘featured content header’ is closed to new replies.