Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #862998

    Hi, how I can insert on a category page or product page a “page-title” (category page or product name)? If I write a title in that place examining Seo perfomance there are two h1 in a same page. One is in a page title, one is my paragraph style.
    Example: woocommerce category name: example1
    In that page I need to see “example1” without create another h1.
    In private detail and example
    Thanks
    Best regards

    #863838

    Hey nuncer,

    Thank you for using Enfold.

    Did you add this css modification?

    .template-shop .page-title {
        display: none;
    }

    Best regards,
    Ismael

    #864790

    Hi Ismael, I added that modification in quick css of my child theme and doesn’t work…
    Do you have other solution?
    Thanks again and best regards.

    #864932

    hi, excuse me, I try to explain it better: I need to view “page title” in text area without rewrite it as a text. How can I do?
    In private details
    Thanks again and regards.

    #865142

    Hi,

    Thank you for the update. If you don’t mind, please post the login details in the private field so that we can check the settings.

    Best regards,
    Ismael

    #865256

    Hi, Thanks for your time and kindness.
    In private login.
    Best regards,

    #865853

    Hi,

    I added following code to bottom of Quick CSS field in Enfold theme options > General Styling

    .template-shop .page-title {
        display: block;
        position: absolute;
        top: 5px;
    }

    Please review your website

    Best regards,
    Yigit

    #866407

    Magic! It is what I want! I added only “left: 350px;” to align h1 with the text below (I hope I did right).
    Thank you very much.
    Best regards.

    #866437

    Hi!

    Glad we could help! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Double h1’ is closed to new replies.