Home Forums WoodMart support forum Portfolio Title / Заголовок для Портфолио

Portfolio Title / Заголовок для Портфолио

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307753

    detroyt86
    Participant

    good day
    On the Portfolio Main Page (https://korm-rybam.com.ua/otzyvy-akvariumistov/) the title (https://prnt.sc/1dic3xg) changes every time I create a new project.
    How can I set a constant heading and that it does not change every time?

    The option of creating a new page and assigning the theme Portfolio to it does not suit me as it does not work correctly

    Добрый день
    На Главной странице Портфолио ( https://korm-rybam.com.ua/otzyvy-akvariumistov/ ) каждый раз меняется заголовок ( https://prnt.sc/1dic3xg ) когда я создаю новый проект. Как я могу установить свой постоянный заголовок и чтобы он не менялся каждый раз?

    Вариант с созданием новой страницы и присвоение ей темы Портфолио мне не подходит так как она работает не корректно

    #307801

    Hello,

    I can provide custom CSS and hide this title, as the result you will have this https://prnt.sc/1dojn33

    However, I know for sure, the H1 title is important for SEO and it should not be removed. There is no option to set H1 the same for all the projects and there is no sense for SEO purposes again.

    If you still want to remove it, add this code:

    body.post-type-archive-portfolio  .page-title .title {
    display:none;
    }

    Will you consider reducing the font size not to take so much space and height? Like this: https://gyazo.com/f0b24ba37e14643419469079b15fdfc6 or less.

    Here is the code for reducing the size, if you decide:

    body.post-type-archive-portfolio  .page-title .title {
    font-size:20px;
    }

    You can make it bigger or smaller.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)