I have a classes page on a client site that preselects the booking so I can better style the categories.
And the issue is that when someone clicks a class, it basically opens in a lightbox, ALL of the older people that clicked it used the browser back button instead of the one they SHOULD use.. as it shows the category title, NOT "Back" How can I change this?
I have a classes page on a client site that preselects the booking so I can better style the categories.
And the issue is that when someone clicks a class, it basically opens in a lightbox, ALL of the older people that clicked it used the browser back button instead of the one they SHOULD use.. as it shows the category title, NOT "Back" How can I change this?
My temp workaround
.am-category-url::after {
content: " (Go Back)";
}
.amelia-app-booking #am-service-booking .am-service .am-service-header .am-service-data .am-category-url {
font-size: 18px !important;
line-height: 1.9em !important;
color: #ffffff !important;
border: 2px solid #F80101 !important;
border-radius: 8px;
background: #F80101;
padding: 11px;
margin-bottom: 12px !important;
}
Hi, Jacob!
Sorry for the delayed response, I had to consult with our front-end developer.
Your solution is correct, but also you can try this CSS:
That's how it will look like:
Please let us know if you have any other questions.
Best Regards.