Rich-text Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Consecutive page change
ydanieli 06-02-15
Consecutive page change
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I'm changing a banner color in a page and would like the people who see a certain color would also see that color in the banner of the thank you page after that.
How can I do that?
Amy_Herbertson 06-02-15
Re: Consecutive page change
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi there,
You can use URL targeting to make sure that the experiment is active on both the home page and the thank you page.
Do the banners have a similar CSS selector? If so, the code will run as expected and change the banner color. If not, you should inspect your element (the thank you page banner) and discover the CSS selector. Use the code editor to make this style change.
It will look something like this:
\\ Example: $(".yourCSSSelector").css({"background-color":"#e383aa"});
Does that help?
Best,
Amy Herbertson
Customer Success
Customer Success