![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 46971
Website URL: androids.net.au How do I reformat product prices throughout this site so they're bigger, bolder, different coloured? Initially set them to, say, 14pt bold #000080 (dark blue). What code & where to place? In Store's Custom CSS? Or all Page & Product Views? Thanks, folks. |
#2
|
||||
|
||||
![]() Hi
Try adding the following code to your Custom CSS: Code:
#view .pl .t1 .bdr .prc { font-size: 14pt; font-weight: bold; color: #000080; }
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Thank you, Eric. That worked a treat on the main page layouts! Just what we were looking for; easier for website shoppers to take in quickly.
Sidebars still original small text but that will keep for later... unless it's obvious to you what separate code controls them? ![]() Again, ta muchly. |
#4
|
||||
|
||||
![]() Hi
You're welcome! By the way, I used Firebug to make those changes as covered here: http://www.datafeedr.com/videos/?video=firebug#videotop Eric
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Have put off code as much as possible, as I don't have a bent for it. Happy to copy/paste under competent direction of others like yourself.
Prefer to stick to what I'm more experienced & capable at: Sales, promotion, SEO/SERP/SEM. So saying that, have followed your suggestion & watched DFR Firebug video for learners. Excellent. Shall have a go this way BEFORE asking for help. Since found out price formatting didn't alter in sidebars, nor item on Product Detail page. Inspected with Firebug then placed following codes into Custom CSS, & good grief, they worked! Code:
/** * Reformat product prices in sidebar */ #wdgt_pl .pl .bdr .prc { text-align: center; margin: 5px 0; font-size: 14pt; font-weight: bold; color: #000080; } /** * Reformat product prices in Product Detail pages */ #view .sp .prc { text-align: left; margin: 5px 0 0 0; font-size: 14pt; font-weight: bold; color: #000080; } Of course it's just pidgeon english to me... but will keep at it. Ta. |
#6
|
||||
|
||||
![]() Looks like you got it! Nice work!
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
make category bolder than sub-category | yankeestonk | Questions | 9 | February 10th, 2014 02:01 PM |
packet bigger than 'max_allowed_packet' bytes | tewfic | Problems | 1 | November 19th, 2012 03:23 PM |
Sales prices and multiple product prices. | ericnmon | Questions | 1 | June 13th, 2011 07:32 PM |