Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • carlucci Friend
    #186973

    I want to put the K2_ADDITIONAL_INFO labels in bold.
    I’ve tried, I can not.
    I beg someone to help me.

    http://punzi.es/index.php/recetas/elaboracion-de-recetas/item/419-pechuga-de-pollo-con-risotto-de-verduras#.UXQ0e6J7K4P

    phong nam Friend
    #490702

    Hi carlucci,

    You need to open <blockquote>templates/ja_wall/css/core.css</blockquote>, then find & replace:

    .container-main ul li:first-child {
    margin-top: 0;
    }

    with

    .container-main ul li:first-child {
    margin-top: 0;
    font-weight: bold;
    }

    Regards,

    Leo

    carlucci Friend
    #490953

    Hi Leo,

    Not this.
    I knew how to edit, but with Wall, it’s hard.

    View image:


    1. extrafieldslabel
    phong nam Friend
    #490966

    Hi carlucci,

    My mistake, the above codes affected the fist line of extra field only. Can you try adding the below:

    /*Extra Fields*/
    .itemExtraFields li, .itemExtraFields span {
    font-weight: bold;
    }

    into the end of
    <blockquote>templates/ja_wall/css/core.css</blockquote>

    Hope this helps.

    Regards,

    Leo

    carlucci Friend
    #491026

    <em>@Leo Burnetts 370375 wrote:</em><blockquote>Hi carlucci,

    My mistake, the above codes affected the fist line of extra field only. Can you try adding the below:

    /*Extra Fields*/
    .itemExtraFields li, .itemExtraFields span {
    font-weight: bold;
    }

    into the end of

    Hope this helps.

    Regards,

    Leo</blockquote>
    I’ve tried this and it does not work.
    Why Core.css modifies and not K2.css?

    This is the correct code:

    div.itemExtraFields ul li span.itemExtraFieldsLabel {font-weight:bold;}

    Link:
    http://punzi.es/index.php/carne-pollo/item/419-pechuga-de-pollo-con-arroz-y-verduras#itemCommentsAnchor

    phong nam Friend
    #491237

    <em>@carlucci 370439 wrote:</em><blockquote>I’ve tried this and it does not work.
    Why Core.css modifies and not K2.css?

    This is the correct code:

    div.itemExtraFields ul li span.itemExtraFieldsLabel {font-weight:bold;}

    Link:
    http://punzi.es/index.php/carne-pollo/item/419-pechuga-de-pollo-con-arroz-y-verduras#itemCommentsAnchor</blockquote>

    Hi,

    Becasue the css elements of itemExtraFields class are defined in our templates/ja_wall/css/core.css file, not K2.

    Regards,

    Leo

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  phong nam 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum