Page name

Hi,

I’m helping a friend with her website using the Shapely theme which we love.

I have a query, we have used pages and want the page name showing as in ’ About Noreen ’ and not as ’ My Offerings ’ where it shows twice. I’ve tried to figure this out as to why it’s correct on one page but not the rest… and failed.
Hopefully someone can help me.

Regards,

Colette

Hello,

I hope you are doing well today.

You can use the following CSS code to remove the second page title by going to Appearance > Customize > Additional CSS and pasting it there. :


.header-callout {
    display: none;
}

Best Regards,
Support

Thank you for your reply.
The code worked but it’s in fact the other way round we need. If possible we would like the page name in the pale grey bar only as in pic Capture-81.jpg ( about Noreen ) and not in the dark grey area.
Would you have a code to do this.

Many thanks,

Colette

Hello,

Please remove that previous CSS code and provide a link to the page so that I can see what you are referring to better.

Best Regards,
Support

CSS code is removed. I’ve made the site live for you to see.
This is how we would like a page to look like https://eponaretreats.ie/about-noreen/ and not like this page https://eponaretreats.ie/my-offerings/ where you can see see a double page name.

Many thanks for your help.
Colette

Hello there

Please try this code:

article header.entry-header {
display: none;
}

That works perfect. Thank you so much.

Colette

Hello,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support