Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • planetnetemplate Friend
    #144012

    I want cut the “underline” on the word with link , where is on css? and i want large the col2 “right” where is the dimension?

    site: http://www.centroshop.it/site/

    ty for support and sorry for my bad english

    Anonymous Moderator
    #316888

    Hi planetnetemplate

    I would like to answer your question as follows:

    1. I want cut the “underline” on the word with link , where is on css?
    => Open templates/ja_quillaja/css/colors/blue.css file, at about line 17, find following code:

    a {
    border-bottom:1px solid;
    color:#008FC6;
    text-decoration:none;
    }

    and change to:

    a {
    /*border-bottom:1px solid;*/
    color:#008FC6;
    text-decoration:none;
    }

    2. i want large the col2 “right” where is the dimension?

    => Open templates/ja_quillaja/css/template_css.css file
    – at about line 1088, find following code:

    #ja-containerwrap-c1 #ja-content, #ja-containerwrap-c2 #ja-content {
    width:80%;
    }

    and change to:

    #ja-containerwrap-c1 #ja-content, #ja-containerwrap-c2 #ja-content {
    width:70%;
    }

    – at about line 1093, find following code:

    #ja-containerwrap-c1 #ja-colwrap, #ja-containerwrap-c2 #ja-colwrap {
    width:20%;
    }

    and change to:

    #ja-containerwrap-c1 #ja-colwrap, #ja-containerwrap-c2 #ja-colwrap {
    width:30%;
    }

    planetnetemplate Friend
    #316920

    Ty for support now is all ok!!!! n1!!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  planetnetemplate 15 years ago.

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