- This topic has 3 replies, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › How can I change the 'Add to Cart' button div class?
Tagged: add to cart button, class, cubmit, div class, html, inspect elment, php file
What php file is it located in? I’m using fancy 2 display.
Open the “eStore_misc_functions.php” file and look inside the following function:
get_button_code_fancy2_for_element
The above function generates the code for the button.
When I look at the button with the inspect element this HTML shows
<input type=”submit” class=”eStore_button” value=”Add to Cart”>
Where can I find that?
I want to change the class name
Search for eStore_button
inside the following file:
eStore_button_display_helper.php
There will be few occurrences so change them all.