Shopify Buy Now Button – Text
-
I am using the Shopify shortlink to add a Buy Now button to my page. Doing this translates the Shopify image, title, price, and button in place of the link. WordPress offers a number of adjustments to image size, text color, background color, etc… but does not offer a text size adjustment. Is it possible to modify the title text size with CSS? The title text is simply too large.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
I actually resolved this myself by doing the following:
1. I created a table and gave it an ID of table-test
2. I then placed my “Buy Now” buttons within this table
3. I then added the following to my CSS#table-test td .widget-title {
font-size: 14px;
}Note:
This CSS applies to all instances of the .widget-title within this table only. No other .widget-title instances are affected.
- The topic ‘Shopify Buy Now Button – Text’ is closed to new replies.