• Hey,

    for my website, I wanted to add a class to a button, to track the clicks for Google Analytics. This button is in the Front Page at the top (Hero).
    This was easy for the rest of the buttons, since I found all buttons in the code editor. But for the Hero, I wasn’t able to find the HTML code.
    Even though when I access the Front page in the backend, I find the HTML of everything, except the HTML of the hero.

    I tried to google it, but I didn’t find anything related to that topic.

    Is there a easy and safe possibility to access and edit the HTML of the Hero?

    Cheers,
    Meikel

Viewing 1 replies (of 1 total)
  • Hello,

    You can find it in wp-content/themes/mesmerize/inc/header-options/content-options/buttons.php

    You can add your class at the line $class = $button[‘class’];

Viewing 1 replies (of 1 total)
  • The topic ‘Access HTML of Hero’ is closed to new replies.