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%;
}