BeauJoe Posted November 1, 2020 Share Posted November 1, 2020 Hi, I am just wondering how to change the front of the price on my shop's first page as well as on the detail page (once you click on it). Here is what I was used to modify the title font at least: h1.ProductList-title { font-family: 'MODERATBOLD' !important; } .empty-message { font-family: 'MODERATBOLD' !important; } /* Style product detail page */ /* h1 */ .collection-type-products.view-item h1 { color: #ee3d5c; font-size: 3em; font-family: 'MODERATBOLD' } There are probably redundancies since I know very little about coding... Thanks! 😀 Link to comment
creedon Posted November 2, 2020 Share Posted November 2, 2020 Please post the URL to your Store page. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
BeauJoe Posted November 2, 2020 Author Share Posted November 2, 2020 Here you go: thebeaujoe.com/merch-art Link to comment
Solution creedon Posted November 3, 2020 Solution Share Posted November 3, 2020 Add the following to Design > Custom CSS. .ProductList .product-price, .ProductItem-details .product-price { font-family: MODERATBOLD; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
BeauJoe Posted November 4, 2020 Author Share Posted November 4, 2020 It worked, thank you sir! creedon 1 Link to comment
tuanphan Posted November 5, 2020 Share Posted November 5, 2020 On 11/4/2020 at 9:15 PM, BeauJoe said: It worked, thank you sir! I see your site has a small problem on Tablet. Wine Reviews Page, text is a bit narrow. You can add this to Home > Design > Custom CSS to increase width /* Wine reviews 2020 */ @media screen and (max-width:900px) and (min-width:641px) { body#collection-5ef7a61f75467b19acc4dc7a { main .span-3 { width: 50% !important; } main .span-8 { width: 100% !important; } } } creedon 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BeauJoe Posted November 8, 2020 Author Share Posted November 8, 2020 Great catch! A big thank you for noticing that :) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment