Hi,
can anyone help change font size in "My Account" page?
Particularly previous orders table and the links under My Account heading.
Hi,
can anyone help change font size in "My Account" page?
Particularly previous orders table and the links under My Account heading.
Try in stylesheet_main.css :
#prevOrders td (ligne 255)
{
font-family: tahoma;
font-size: 11px;
line-height: normal;
color: #545454;
}
Install Web Developper add-on for Firefox it should be helpful
Or in Chrome, right click, 'Inspect Element' brings up the same code editor and CSS viewer...
Thanks for the help guys.
Niko62 the code worked! I have firebug and I've been using that to find out where the styling code is, just could not figure this one out.
Do any of you guys know where i can edit the " Previous Orders" table info? Particularly the "Ship To" column. It only displays name and country. Kind of weird. i would like it to display full address.