change font size of ec_cartitem_head_name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kereama
    Junior Member
    • May 2019
    • 1

    #1

    change font size of ec_cartitem_head_name

    How can I change the size of ec_cartitem_head_name I have tried ".ec_cartitem_head_name{font-size:8px;}" in css but it don't work
  • admin
    Administrator
    • Feb 2013
    • 59
    • ***************************
      Josh Jones
      Level Four Development, llc
      ***************************

    #2
    Try adding !important to it, see if that helps.

    .ec_cartitem_head_name{font-size:8px !important;}

    Comment

    Working...