Change name and color of title in a pages

Hi,
I hope that you can help me… Wordpress is new for me… I tried finding the settings of title but I haven’t find it…
I need change de title in the page “portfolio” because the title now is archivos:proyectos and i want write portfolio…
I need change de color of a titles in all pages but not in the frontal page…
thx,
kiss Frensy

Hello Frensy,

I hope you are doing well today.

In order to change the page title, you need to edit the page then change the first field available to you which would be the title field.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi,
look… the page that i call portfolio have a title:
ARCHIVOS:PROYECTOS

http://www.francescaferrara.eu/portfolio/

now the title is white and the background is white… i want change the color of title or delete it…
thanks

… i have change the image of background and now is better…
but… why the name of page is repeated twice?
I have another question… where can modify the setting of “site responsive”…? when I open the page with a iPhone the look is not good… sorry but is my first website…

Hello Frensy,

I hope you are doing well today.

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

/*Remove title*/
#blog .blog-post .blog-post-title { 
    display: none;
}

Best Regards,
Support

thank you so much!

I have another question… i don´t like that in the project selection i must use a url of project… how I can use the same layout but with a banner with a link that I want?