change page-title Portfolio

Hello everyone,

I would like to ask if there is a possibility to change the page title “Portfolio” to the same I put on the front page widget, which is easily changeable. The closest code I found in the forums is:

.page-title-section .page-title {
display: none;
}

But this removes the page titles entirely. Can somebody help me?
Example of one of the pages I which to change is http://www.milovandewalle.be/portfolio/wharfedale-diamond-10-7-40/

Kind Regards,

Milo

Hi Milo,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.single-jetpack-portfolio .page-title-section h3.page-title:before {
    content: "Custom Text";
    font-size: 32px;
}
.single-jetpack-portfolio .page-title-section h3.page-title {
    font-size: 0;
}

Please change the text “Custom Text” to whatever you want to display in place of Portfolio text.

Best Regards,
Movin

Works like a charm :slight_smile:

Many thanks and Best Regards from Belgium :slight_smile:

Milo

You are most welcome here :slight_smile:

Hi

I have the same problem, Can you helpme please.?

I need to change Page Title only of Portfolio item because the page title is the same of portfolio title. I need to change only the page for “Detalle del Servicio” but no should to change other pages like ABout us or other.

Thanks for your help!

JC

I forget to say!

I put the code how you say but no works! =(

@juliocesar To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Thanks for the fix. I was able to change the default name of “Portfolio” to Seasons, on the individual page
(see ex: http://www.outerworldrecords.com/word/portfolio/winter/)

However, the fix did not change the Portfolio name on the main Project page:

http://www.outerworldrecords.com/word/portfolio/

Can you let me know how to change it here as well?

Thanks so much,

Jinhi

@tree2x It seems you didn’t see my previous reply.

To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Hi Movin,

I am trying to change the title Portfolio in a post by doing what you said but I can’t find in CSS the classes you post. Can you help me?

Thank you

@hteixeira As said above to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.