Hi, today i am going to tell you that how to use double css in wapka.
It is very easy to use.
So let's start..
1. Goto ES > Wap2 > Classes Settings > Edit Stylesheet
2. Add the following code for odd listing..
- (Old listing mean your content 1st line, 3rd line, 5th line and so on)
CODE
tr:nth-child(odd){YOUR STYLE}
3. Repleace Your Style with your own style for odd contents..
E.g for green background like my site, use this code
CODE
tr:nth-child(odd){background-color: #ccff66;}
4. Now for the Even content, use this code
- (Even listing mean your content 2nd line, 4th line, 6th line and so
on)
CODE
tr:nth-child(even){Your Style}
Repleace "Your Style" with your own..
- (If you want default style for even listing like my site, then don't add
this code)..
Our tutorial has been completed..
Hope now you will able to add double css in wapka..
Having any problem?
Comment here.. :)
Pages: 1
No comments:
Post a Comment