JackieB Posted November 21, 2022 Share Posted November 21, 2022 I want the category "On Sale" to appear Red and at the top of the category listing. I've tried the following CSS to make red but it doesn't work. I have no idea how to put a specific category at the top of the list. I don't see a way to do it with built-in tools. I'm using Version 7.0– Brine family (Burke template) Thanks for your help /* Make On Sale Category Red in Category List */ .ProductList-filter-list-item-link [href="/artwork?category=On+Sale"]{ color: red } Link to comment
tuanphan Posted November 24, 2022 Share Posted November 24, 2022 Can you share link to your site? We can help easier 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
JackieB Posted November 29, 2022 Author Share Posted November 29, 2022 sorry, just saw this. https://jackiebraitman.com Link to comment
tuanphan Posted December 2, 2022 Share Posted December 2, 2022 On 11/29/2022 at 6:25 PM, JackieB said: sorry, just saw this. https://jackiebraitman.com You mean this page https://www.jackiebraitman.com/holiday-sale Make products title belong On sale category to red color? 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
JackieB Posted December 2, 2022 Author Share Posted December 2, 2022 No, this pagehttps://jackiebraitman.com/artwork I want the category "holiday sale" to be red and for it to appear at the top of the list of the list of categories (I added the dash at the front and back to artificially move it to the top of the list) Link to comment
tuanphan Posted December 15, 2022 Share Posted December 15, 2022 On 12/2/2022 at 7:34 PM, JackieB said: No, this pagehttps://jackiebraitman.com/artwork I want the category "holiday sale" to be red and for it to appear at the top of the list of the list of categories (I added the dash at the front and back to artificially move it to the top of the list) Add to Design > Custom CSS .ProductList-filter-list-item-link[href*="Holiday+Sale"] { color: red; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment