How do I remove > in contact form in sidebar widget

Discussion in 'Infoway WordPress Theme' started by bjoernjohansen, Jul 1, 2013.

Thread Status:
Not open for further replies.
  1. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    In my contact form, there is a ">" at each text box. This I would like to get rid of as it disturbs the eye. How do I do that?

    Please see example on http://www.bjoernjohansen.dk/blog/

    Best regards

    Bjørn
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar ul li {
    background: none;
    }
    This will solve your issue.
     
  3. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    Hi Gourav,
    Thanks for your prompt reply, which partially did the trick. Is it possible to remove the ">" which is visible, when you scroll over the input field?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar ul li:hover {
    background: none;
    }
    This will solve your issue.
     
  5. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    Hi Gourav,

    Thanks, worked like a charm.
     
Thread Status:
Not open for further replies.

Share This Page