We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jul 29, 2020 12:53 PM
Hello,
I'm updating our email preferences page and for some reason I'm unable to update the line that shows the email address of the contact that's clicked on the Manage Preferences footer link - see below:
All I would like to do is add a simple text before the email but I can't find where I could add it to. I've looked within the code of the landing page as well as within the template and I can't figure out where the page is calling the email address from. Anyone else run into this issue?
Here's the code from the module being useed:
{% email_subscriptions "email_subscriptions" resubscribe_button_text="{{ module.resubscribe_button_text }}", unsubscribe_single_text="{{ module.unsubscribe_single_text }}", subheader_text="{{ module.subheader_text }}", unsubscribe_all_unsubbed_text="{{ module.unsubscribe_all_unsubbed_text }}", button_text="{{ module.button_text }}", label="{{ module.label }}", header="{{ module.header }}", unsubscribe_all_option="{{ module.unsubscribe_all_option }}", unsubscribe_all_text="{{ module.unsubscribe_all_text }}" %}
I've looked within every field but so far, no luck. I'm hoping I've just overlooked where it can be edited and it's not something that can't be adjusted with different language.
Solved! Go to Solution.
Jul 31, 2020 6:24 AM
I couldn't find how to edit that either.
But you can use the ::before Selector with css
.widget-type-email_subscriptions_confirmation h2::before { content: "This is before the h2 "; }This is how mine would work. You would have to check to see what selector your email unsubscribe confirmation is using.
Jul 31, 2020 6:24 AM
I couldn't find how to edit that either.
But you can use the ::before Selector with css
.widget-type-email_subscriptions_confirmation h2::before { content: "This is before the h2 "; }This is how mine would work. You would have to check to see what selector your email unsubscribe confirmation is using.
Jul 31, 2020 10:27 AM
@JanetArmstrong - This worked! Thank you y'all so much for the assistance. It was driving me crazy that I couldn't find the right selector to edit.
Jul 31, 2020 4:50 AM
Hi @Alex_,
Thanks for reaching out.
I'm going to tag in some subject matter experts to see if they have any suggestions.
Hi @DanielSanchez @JanetArmstrong @david_eic, would you be able to share your thoughts with @Alex_?
Thanks!
Jess
![]() | Wusstest du, dass es auch eine DACH-Community gibt? Nimm an regionalen Unterhaltungen teil, in dem du deine Spracheinstellungen änderst ! Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |