-
AuthorPosts
-
February 19, 2021 at 10:44 am #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
February 20, 2021 at 11:29 am #1282402Hey 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,
VictoriaFebruary 20, 2021 at 11:52 am #1282418hi Victoria, do you need also wordpress user/pass?
You can find the link on the private contentFebruary 22, 2021 at 7:41 pm #1282897Victoria, do you have an update? I was not able to find an answer in your doc.
February 23, 2021 at 4:01 am #1282947Hi,
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,
RikardFebruary 23, 2021 at 10:40 am #1283007Hi 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
February 23, 2021 at 6:07 pm #1283178Hi 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,
VictoriaFebruary 24, 2021 at 10:23 am #1283341thanks 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
February 26, 2021 at 4:06 am #1283774Hi,
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,
RikardFebruary 26, 2021 at 9:47 am #1283804hi 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
February 28, 2021 at 5:57 am #1284198Hi,
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,
RikardMarch 7, 2021 at 6:42 pm #1286219So, can you confirm that ‘Chi sono’ is not an H1 title?
March 8, 2021 at 12:19 pm #1286412Hi,
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,
RikardMarch 11, 2021 at 1:04 pm #1287411ok 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 contentMarch 15, 2021 at 12:41 am #1288137Hi,
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:
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 -
AuthorPosts
- You must be logged in to reply to this topic.