-
AuthorPosts
-
December 16, 2020 at 3:52 pm #1267864
Hello,
I have 3 questions for you.
1) I found that widget title in footer is in H3 tag. I would like to change it not to be in H tag. How to do that?
2) I use Special Heading element for my H1-H4 tags. Now, when I add a link to, for example, H2 tag, it shows me underlined text.
I would like linked H2 text tag to be normal, without underline. How to do that?3) Heading style in Special heading element. From heading styles, I like the most default one. But it is left oriented. How to transform it to be centered?
Also, when I choose Elegant heading style, it is centered, but it shows me lines on both side of text. How to delete those lines?
Particularly, I need style from Default or Elegant, to be centered, but without any lines…Thanks in advance
December 18, 2020 at 11:50 pm #1268515Hey ivancg,
Please have a look at the following thread:
https://kriesi.at/support/topic/changing-h3-html-tags-in-enfold-child/Could you please give us a link to your website, we need more context to be able to help you.
If you need further assistance please let us know.
Best regards,
VictoriaDecember 18, 2020 at 11:55 pm #1268521Hello,
Here is my websiteDecember 19, 2020 at 4:27 pm #1268625I do not have child theme. How to remove h3 tag from widget title?
December 20, 2020 at 5:29 pm #1268798Hi ivanmne,
Well, you can edit the files in the parent theme but it’s not recommended.
I strongly recommend using a child theme.
Best regards,
VictoriaDecember 21, 2020 at 12:29 pm #1268999Hello,
About problem No. 1, I can not see solution for changing Widget title from H3 to no H tag (maybe text).
Please help.Also I need solution for my problems No. 2 and 3.
Thanks in advance
December 23, 2020 at 12:38 pm #1269525Hello,
anyone can help me?
December 23, 2020 at 2:25 pm #1269541why should you remove the H tags in the widget you can address them neatly with CSS to customize, but if it should be so that the out then probably via jQuery script something like that, is not tested
$(‘#footer h3’).each(function(){
$(this).replaceWith( “” + $(this).html() + “” );
});Point 2 & 3 are extra & individual CSS settings, which can be implemented relatively easily in Enfold. For point 3 you can also find the corresponding information in the Enfold documentation.
December 23, 2020 at 9:03 pm #1269622Hi ivancg,
Did you get it working for you or do you need more help?
@NIXHALBES Thank you for your input :)
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.