Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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:

    View post on imgur.com

    #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

    #845123

    Hi,

    Please see the following:

    add a custom text under price woocommerce for each product (loop)

    Perhaps this addresses your need?

    Best regards,
    Jordan Shannon

    #846060

    I looked in the link and didn’t find a soultion

    #846091

    Hi,

    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 Shannon

    #846598

    Yes 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

    #846930

    Hi,

    So you want to replace the booking time text with your disclaimer?

    Best regards,
    Jordan Shannon

    #849623

    not replace just be able to add text to the right of it or below it please

    • This reply was modified 6 years, 7 months ago by Nathan.
    #849764

    Hi,

    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 Shannon

    #850261

    How 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

    #850292

    Hi,

    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 Shannon

    #851212

    the changes were made and I feel thankful and confident this issue is resolved

    #851264

    Hi,

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Changing/Adding Text In Booking Time Title’ is closed to new replies.