test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • James Weston Friend
    #171859

    Can someone point me in the right direction. I want to change the font colour of the K2 catergory heading on this page http://www.myjakartaconcierge.com/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=25&Itemid=587&lang=en

    I went to the K2 css page and changed this line div.itemCategory span { color: #555; font-weight: bold; padding: 0 4px 0 0; } and now it is div.itemCategory span { color: #FF0000; font-weight: bold; padding: 0 4px 0 0; }

    But that did not work. Maybe I am changing the wrong line.

    I would also like to find the line to change the background colour from grey.

    Cheers,

    Jim

    jooservices Friend
    #429928

    Hi
    Do you meant this: DISCOVER JAKARTA’S BEST RESTAURANTS ?
    This’s component heading not K2 Category title.

    James Weston Friend
    #429930

    Ok thanks. I thought it was a category heading as I had created it in the k2 categories. Jim

    khoand Friend
    #429931

    Hi,
    You find this code from /templates/ja_tiris/css/template.css

    h2, h2.contentheading, .contentheading, h1.componentheading, .componentheading, .profile h1 {
    background: url(../images/bg-h3.gif) 0 100% repeat-x;
    color: #373737; < change this line
    font-size: 200%;
    line-height: 100%;
    margin: 0 0 20px 0 !important;
    padding-bottom: 13px !important;
    }

    James Weston Friend
    #430086

    Thanks Khoand, am starting to find my way around the css although still making a few mistakes so it is trial and error. I managed to change the text colour as per your directions.

    So now when you look at http://www.myjakartaconcierge.com/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=25&Itemid=587&lang=en it is ok. However, which css background line refers to the green looking colour that is behind the small text? I would like to change it all to white.

    Jim

    khoand Friend
    #430091

    You replace this code from /templates/ja_tiris/css/k2.css

    div.itemListCategory {
    background: #F7FAFE;
    border: 1px solid #DDD;
    margin: 4px 0;
    padding: 8px;
    }

    with

    div.itemListCategory {
    background: white;
    border: 1px solid #DDD;
    margin: 4px 0;
    padding: 8px;
    }

    James Weston Friend
    #430094

    Thanks khoand

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

This topic contains 7 replies, has 3 voices, and was last updated by  James Weston 12 years, 11 months ago.

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