Support » Fixing WordPress » [Plugin: eShop] Change the font size

  • Hi everyone,

    I Want to change the Font Size for the Widget cart and the cart because with long price (840,00 for instance)

    I changed the font size in Appearance > eShop page in cart section and widget section but nothing changed

    does someone have a solution for me plz?

    http://wordpress.org/extend/plugins/eshop/

Viewing 1 replies (of 1 total)
  • Hi p36p,

    For the widget, you will want to look for this part of the eshop css file:

    /* eshop widget */
    p.eshopwidget span {
    	font-size:2em;
    	letter-spacing:.02em;
    }

    I’m not sure what part of the cart you want to change the font size on but you may want to use a tool like Firebug to view your site with so you can pinpoint the class of the element you want to change.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: eShop] Change the font size’ is closed to new replies.