• I am trying to find a way to hack or change blog comment form textbox/inputbox style. i.e. border and blinking cursor color when it’s being active.

    I looked into .css using firebug, and did many tries. It did not change or work.

    What would you suggest me to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    I don’t know of any way to set cursor color.

    Also know of no way to use CSS alone for active field attributes, can only set static attributes from CSS, active or not. To change the attributes of the active field, you must use javascript/jquery to change the field attributes on element events such as onfocus and onblur.

    Thread Starter apratherjr

    (@apratherjr)

    Yeah that’s what I thought… I was hoping there would be solution using CSS instead of js/jquery. Thank you for taking your time replying.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘comment form style’ is closed to new replies.