Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Arrow position is depend upon FAQ status: either open or closed

    if opened then arrow position is down and if closed then position to right direction.

    Can you please write me in details. You can also send me your website link so that i can understand your problem.

    Thanks

    Thread Starter capellis

    (@capellis)

    Hi,
    arrow work correctly at first click but by no Second , attach the link to be able to Understand the Problem.
    http://shop2.betaformazione.com/faq-2/
    thank you

    Hello,

    Here us the solution.
    Please find the line no. 986 OR search for “.ui-state-hover .ui-icon, .ui-state-focus .ui-icon” in plugin > sp_faq > css > jqueryuicss.css

    The css will be like this

    .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
        background-image: url("images/go_down.png");
    }

    Please remove “.ui-state-focus .ui-icon” from it so new css will be like

    .ui-state-hover .ui-icon {
        background-image: url("images/go_down.png");
    }

    You will get your solution.

    Thanks

    Thread Starter capellis

    (@capellis)

    Thank you so much.
    I fixed the problem!

    anoopranawat

    (@anoopranawat)

    Please write your review and rating

    Thanks

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

The topic ‘problem with the arrow icon’ is closed to new replies.