Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2048692
Remove H3s from mega menu
Closed

Comments

  •  4
    scottpaul70 started the conversation

    Hello,

    I have a problem with the mega menu when there is a picture for the menu item. It's title is displayed in H3 tag (<h3 class="post-mega-title">) which causes an SEO problem. To be SEO friendly, it’s necessary to have H1 and H2 tags before the H3, which is not currently the case. See here: view-source:https://www.deckstainhelp.com/what-is-the-best-deck-stain/

    I have so many H3s due to the megamenu that my H1s and H2s are lost in SEO value. So I want to replace (maybe a <p>) or remove these H3 products titles from the megamenu.

    Can you help me?

    Thanks !

  •  2,699
    PenciDesign replied

    Hi,

    To do that, you need to edit the file in the theme - please do following this image to do that.


    Best Regards,

    PenciDesign

  •  4
    scottpaul70 replied

    Thanks!

  •  4
    scottpaul70 replied

    One more question, how would I remove the H2 tag for the logo?

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please do following 2 images below:

    http://prntscr.com/o2zr59

    http://prntscr.com/o2zsdg

    Note: There is 2 codes has the same as 2 images I sent you above.


    Best Regards,

    PenciDesign

  •  4
    scottpaul70 replied

    Hi,

    I updated my Soledad so I need to make the same modifications you mentioned prior. One issue is when saving the file, it does not work and says "Scrape nonce check failed. Please try again." I assume there is a conflict somewhere?

    With removing the H2 from the logo, the edits you suggest in the theme header are not there anymore in the code. Would I need to edit some other file to remove H2 for the logo?

    Another question, if I wanted to remove the images from mega menu how would I do this outside of removing the Featured Images for each post.

  •  2,699
    PenciDesign replied

    Hi,

    1/ After update the theme, you don't need to do that anymore because we've removed the H2/H1 from the logo.


    2/ Please try add more this code to Customize > Custom CSS to hide images on the category mega menu:

    #navigation .penci-megamenu .penci-mega-thumbnail{ display: none; }
    


    Best Regards,

    PenciDesign