Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter christic769

    (@christic769)

    Ok, I figured out with some trial and error,

    Bigger description front:

    .erm_product_desc { font-size: 120% !important; }

    Description Color

    .erm_product_desc { color: #0000A0 !important; }

    Still trying to Center the Product title on the mobile….

    Thanks Clarence

    Thread Starter christic769

    (@christic769)

    This is what I thought would work for the Center Product Name on mobile:

    @media (max-width: 600px) {
    .erm_product_title { text-align: center;}
    }

    But is does not.

    ??

    Plugin Author Alejandro

    (@alejandropascual)

    Try this:

    @media (max-width: 600px) {
    .erm_product_title { text-align: center; display:block;}
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Description Size and Color’ is closed to new replies.