Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1282178

    Hi All,

    I want to remove capital letters on H1 and H2 of web pages.
    I don’t have Capital letters on articles but I have in my web pages. How can I set standard letters (no captial) in my pages?
    How can I change the typo of H1/H2/H3 of web pages?

    thanks

    #1282402

    Hey sandreucci,

    Could you please give us a link to your website, we need more context to be able to help you.

    Here are the docs for you:

    Best regards,
    Victoria

    #1282418

    hi Victoria, do you need also wordpress user/pass?
    You can find the link on the private content

    #1282897

    Victoria, do you have an update? I was not able to find an answer in your doc.

    #1282947

    Hi,

    Thanks for the update. Did you try setting the text transform to none for your headers, under Enfold->Advanced Styling? If you need further help then please post admin WordPress login details in private, so that we can have a closer look at your settings.

    Best regards,
    Rikard

    #1283007

    Hi Rikard, I tried but I was not able to do it.
    I would like to have as default no capital letter
    Can you take a look? You have all the data on the private section.

    I have also another issue.
    In my web pages there are not H1 titles nevertheless I added the title to the page. For me the title is “Chi sono” “Inzia Qui”. It seems that this title is H1 title in the code only for articles. So do I need to add H1 title inside the web page? Or, can I configure somewhere a way to set H1 title, the title of the web page?

    thanks

    #1283178

    Hi sandreucci,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top h2 strong,
    .template-page .entry-content-wrapper h1,
     .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1283341

    thanks Victoria it works well on Quick CSS.

    I have also another issue.
    In my web pages there are not H1 titles nevertheless I added the title to the page. For me the title is “Chi sono” “Inzia Qui”. It seems that this title is H1 title in the code only for articles. So do I need to add H1 title inside the web page? Or, can I configure somewhere a way to set H1 title, the title of the web page?

    thanks

    #1283774

    Hi,

    Thanks for the update. I’m not sure exactly where you are looking to add an H1 tag though, could you try to explain that a bit further please?

    Best regards,
    Rikard

    #1283804

    hi Rikard,

    When I add a new page I add also the title of the page. You can check my page “Chi sono” (“Chi sono”is the title of page).
    It looks like “Chi sono”is not a H1 title when I look into the code. Is it correct?

    In every web page I need then to add another H1 Title to avoid issues with SEO. For example (you can check) in my page “chi sono”I added the H1 title Benvenuto nella mia casa””.
    Is there a way to have the page title by default an H1 title (like it works on articles)?

    I hope it’s more clear

    #1284198

    Hi,

    Thanks for the update. When you use the Layout Builder to create your posts and pages, then all content needs to be added to it manually. So in the case of your chi sono page, then Benvenuto nella mia casa header is added manually, and it needs to be added manually to all other pages as well.

    Best regards,
    Rikard

    #1286219

    So, can you confirm that ‘Chi sono’ is not an H1 title?

    #1286412

    Hi,

    I’m not sure what you are referring to now, do you mean the Benvenuto nella mia casa header on the Chi sono page? If so then yes, that is an h1.

    Best regards,
    Rikard

    #1287411

    ok thanks.
    So I understood I Need to add an header pm each page to have an H1.
    Can you help me understanding hwo is it possible to add an header H1 to my home page? You can find the info on the private content

    #1288137

    Hi,
    Thank you for your patience and the login, I see that your homepage is the basic WordPress Blog roll as set by the WordPress settings:
    2021-03-14_182558.jpg
    So with this setting you are not really using the page layout options of the Enfold theme, WordPress is just listing your blog posts.
    You can create a page with the Enfold Advanced Layout Builder and add content and H1 title and then use the “Blog element” to show your posts, but there are so many options available to you I’m not sure how to advise because I don’t know what your Homepage vision is.
    Please take a look at these Enold Demos for homepage ideas so you can give us an idea of what you would like to achieve.

    If your current homepage layout is exactly what you want, and you just want to make the top post an H1, no matter which is the top one, so your homepage will have an H1 I believe that this could be done with a small script.

    Best regards,
    Mike

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.