• Hi,
    How to change the color of navigation arrows? Please
    in theme settings, it doesn’t work
    Thank you

    • This topic was modified 3 years, 11 months ago by tewi02.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Yes I see there’s a conflict with another plugin that uses flexslider, you’ll need to add custom CSS to the WPLP block, under the advanced tab:

    .flex-direction-nav a:before, .flex-direction-nav a:before {
        color: inherit;
    }
    Thread Starter tewi02

    (@tewi02)

    Hi,

    Thanks for your response, but it didn’t work.
    I found a solution :
    I added at the end of wplp_font.css

    .wplp_container .flex-direction-nav a:before {
    color: inherit;
    }

    Now it’s ok

    Plugin Author JoomUnited

    (@joomunited)

    OK but add the code on the custom code area otherwise it’ll be override during the next update of the plugin.

    Cheers,

    Thread Starter tewi02

    (@tewi02)

    Ok thank you,
    i add it in custom CSS to the WPLP block

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘color of navigation arrows’ is closed to new replies.