Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #1268515

    Hey 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,
    Victoria

    #1268521

    Hello,
    Here is my website

    #1268625

    I do not have child theme. How to remove h3 tag from widget title?

    #1268798

    Hi 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,
    Victoria

    #1268999

    Hello,

    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

    #1269525

    Hello,

    anyone can help me?

    #1269541

    why 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.

    #1269622

    Hi ivancg,

    Did you get it working for you or do you need more help?

    @NIXHALBES Thank you for your input :)

    Best regards,
    Victoria

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