Hi all
I am trying make changes in css styles in design studio. for that i need to find a tag in .css note to add in css class.
below are the examples;
1).header-top_link {
padding-top: 10px;
text-align: center;
line-height: 25px;
//border-right: 2px solid gray;
cursor: pointer;
color: #1fa2da;
font: Arial;
font-size: 11px;
2)
.header-top_split {
text-align: center;
padding-top: 12px;
//padding-bottom: 10px;
font: Arial;
font-size: 11px;
color: #666666;
}
From the above which is the tag to paste on css class
Regards,
Sudarsan.