• Resolved moor208

    (@moor208)


    Thanks in advance for help!

    On the single product page, where you add the quantity… Is it possible to add some text about that? I need it to say “Number of tapes”

    Another question, on the products page, is it possible to format the text and price so it’s a little bigger and has some color?

    Last question… On the products page can the add to cart be changed to “More Info”

    Thanks…

    • This topic was modified 6 years, 4 months ago by moor208.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Please post the url to your site.

    Thread Starter moor208

    (@moor208)

    Thanks for the reply…

    http://vhstodvd.myidahotechs.com

    Quantity text: I think the easiest way would be to add some custom css:

    /* LP to MP3 Converison */
    #product-41 .quantity:before {
      content: "Number of tapes: ";
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    You’ll probably want a different text for other products, so that’s the same css except the product number is different. You should be able to get the product number from the html source or from the url in the product edit page.

    Alternatively you could use WC Fields Factory (free). You can set up an admin field where you can enter your product-specific text, and set the field to show as read-only on the front. The text will be near but not immediately before the input box.

    Its unlikely you would get a code solution through the forum.

    Price font size and color:

    /* single product pages */
    .single-product div.product p.price {
      font-size: 1.8em !important;
      color: Red;
    }

    Button text:
    https://wordpress.org/plugins/search/booster/
    has multiple button text settings in the “Button & Price labels” section.

    We haven’t heard back from you in a while, so I’m going to mark this as resolved. If you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Couple questions to help me.’ is closed to new replies.