-
AuthorPosts
-
August 26, 2017 at 5:41 pm #844367
Hello
I need to be able to add a disclaimer for just the bodytalk products(not Soltec Lounge) under the “Booking Time” text area here:
August 26, 2017 at 6:35 pm #844375“I need to be able to add a disclaimer” as in,
how do I change and add text in that area please?
thank you
August 29, 2017 at 12:14 am #845123Hi,
Please see the following:
Perhaps this addresses your need?
Best regards,
Jordan ShannonAugust 31, 2017 at 4:12 am #846060I looked in the link and didn’t find a soultion
August 31, 2017 at 7:18 am #846091Hi,
Did you attempt the solution I linked to? The solution would be to use css to inject your disclaimer text after the “Booking Time” section. Add this to quick css:
#show_time_slot:after { content: ' Here is your custom text'; color: black; }
Best regards,
Jordan ShannonSeptember 1, 2017 at 5:13 am #846598Yes I did attempt and it showed text after the price and I need to change add text where by it says “Booking Time” please
I added
#show_time_slot:after {
content: ‘ Here is your custom text’;
color: black;
}and there was not change yet
September 1, 2017 at 5:32 pm #846930Hi,
So you want to replace the booking time text with your disclaimer?
Best regards,
Jordan ShannonSeptember 8, 2017 at 4:18 pm #849623not replace just be able to add text to the right of it or below it please
- This reply was modified 7 years, 2 months ago by Nathan.
September 8, 2017 at 11:45 pm #849764Hi,
I add the following:
#show_time_slot.show_time_slot label:after { content: ' Here is your custom text'; color: black; }
And got this: https://snag.gy/fAkrZy.jpg
This is the text to the right as you mentioned above.
Best regards,
Jordan ShannonSeptember 11, 2017 at 12:07 am #850261How can this be applied to all products and not just the “Remote Session” product?
Thank you Jordon for creating time to respond and your ongoing support to help me resolve this, I feel eager to accomplish this goal
September 11, 2017 at 3:45 am #850292Hi,
The css may need to be altered a bit. The above is assuming that the “Booking Time” text will always be on the product. If not, please link me to additional product pages so I can inspect them.
Best regards,
Jordan ShannonSeptember 12, 2017 at 7:56 pm #851212the changes were made and I feel thankful and confident this issue is resolved
September 12, 2017 at 10:19 pm #851264Hi,
Great! I’m glad to hear that this has been resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Changing/Adding Text In Booking Time Title’ is closed to new replies.