ripan
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] validation error message not show on bottom.yes, fixed it. thank you.
Forum: Plugins
In reply to: [Contact Form 7] validation error message not show on bottom.Forum: Fixing WordPress
In reply to: change css for a specific pageThis is on my theme style.css :
.entry ol li { list-style-type: decimal }
.entry ol li ol li { list-style-type: decimal }
/** Make ordered lists increment correctly (1., 1.1, 1.1.1, etc).
* Source: http://www.student.oulu.fi/~laurirai/muuta/koulujutut/kalifornia.html
*/
.entry ol { counter-reset: chapter; list-style-type: none; }
.entry ol li, .entry ol li ol li { list-style: none }
.entry ol li:before { content: counters(chapter,”.”) “. “; counter-increment: chapter; display: marker; }How I use a seperate css for a specific page where I wants to use it ?
Forum: Fixing WordPress
In reply to: change css for a specific pageaccually I want to implement it on a wordpress theme.
Forum: Plugins
In reply to: [Smooth Accordion] The image is not linked?I need to link option on + sign also as similar link of relevant text link. Is it possible on this plug in ?