Css product descripcion problem - by Webacto

This topic has 8 replies, 4 voices, and was last updated 10 years, 3 months ago ago by Jack Richardson

  • Avatar: Webacto
    Webacto
    Participant
    September 22, 2015 at 11:36

    I’ve just added a this new css class at my product description:
    .descripcion {
    font-family: Roboto;
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    color: black;
    }
    but doesn’t works.

    This is its related html
    <div style:”margin-top: 35px;”>
    <p class=”descripcion”>MATERIAL: oxidized & sterling silver</p>
    <p class=”descripcion”>PIEDRAS: clear swarovski crystals</p>
    <p class=”descripcion”>TALLA: Adjustable chain (16 to 19cm). For smaller wrist (less than 16cm) please contact us.</p>
    <p class=”descripcion”>ETIQUETA: Made in Italy</p>
    </div>

    http://lococostyle.com/producto/extravagante-handmade-crochet-bracelet/?preview=true&preview_id=18957&preview_nonce=b18946b86b

    How can I solve it?

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2015 at 11:54

    Hello,

    Please try this code

    .descripcion {
    font-family: Roboto !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: black !important;
    }

    Regards,
    Robert Hall.

    Avatar: Webacto
    Webacto
    Participant
    September 22, 2015 at 12:09

    Great!

    And how to not display the title section DESCRIPCION DE PRODUCTO?

    At which element can I apply the css display:none command?

    Avatar: stan
    Stan Russell
    Participant
    September 22, 2015 at 14:29

    Hello Webacto,

    please try following css code:

    .meta-title {
    display:none;
    }
    

    Regards,
    Stan Russell.

    Avatar: Webacto
    Webacto
    Participant
    September 22, 2015 at 15:14

    Sorry Stan,
    I didn’t explicate my necesities well.

    I need to cancel the descripcion del producto title, not above the layout but into the description tab below.

    Can I At apply the css display:none command at a different element?

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2015 at 15:24

    Hello,

    Please try this code in Global Custom CSS.

    #content_tab_description h2{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Webacto
    Webacto
    Participant
    September 22, 2015 at 15:34

    Great Robert!
    Thank you!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2015 at 16:11

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘css product descripcion problem’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.