• Resolved ispedro

    (@ispedro)


    Hi,

    I’m trying this plugin and like too much.

    I have two questions please:

    1.- How can I set the colors of the arrows and the active and hover circle background?

    2.- I can delete the border of the logos and it makes take too much space between the last module and the slider, here is the screenshot

    View post on imgur.com

    The code I applied is :

    [logoshowcase center_mode=”true” slides_column=”3″ dots=”false” hide_border=”true”]

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @ispedro,

    Please use: slides_column="5" to maintain the gap

    [logoshowcase center_mode="true" slides_column="5" dots="false" hide_border="true"]

    To change the background color of arrow, please add bellow custom css under custom css section of your theme:

    
    .wpls-logo-showcase button.slick-arrow {background-color:#555555} 
    .wpls-logo-showcase button.slick-arrow:hover,
    .wpls-logo-showcase button.slick-arrow:active {background-color:#000000}

    Here you can change the color values as per your need.

    • This reply was modified 4 years, 4 months ago by Anoop Ranawat.
    Thread Starter ispedro

    (@ispedro)

    Hi,

    I used the first code and didn’t worked. The space and border persists and the arrows disappear…

    View post on imgur.com

    Then I returned to the code I had and tried to change the arrow colors with the code you sent and is doing nothing.

    View post on imgur.com

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    I think you have only 5 logos so when you using slides_column="5" its hiding the navigation. if you are using slides_column="5" then you should have > 5 logos in your database.

    For arrow color please use this updated css:

    .wpls-logo-showcase button.slick-arrow {background-color:#da3600 !important;} 
    .wpls-logo-showcase button.slick-arrow:hover,
    .wpls-logo-showcase button.slick-arrow:active {background-color:#4dce03 !important;}

    Here you can change color value #da3600 and #4dce03 as per your need.

    Thread Starter ispedro

    (@ispedro)

    Hi Anoop,

    I added a new logo and not it works as you said.

    The The navigation is now showed but the css makes no changes on arrows color.

    About the blue border on the logos it’s still showed…

    View post on imgur.com

    Thanks!

    • This reply was modified 4 years, 4 months ago by ispedro.
    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @ispedro

    Can you please share your website link?

    Thread Starter ispedro

    (@ispedro)

    Yes sorry

    https://encontinuo.com

    Thanks!

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for sharing the website link.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put the above CSS in your “Additional CSS” section.

    Your problem still now, Please find our website and join live chat.

    Thanks,

    Thread Starter ispedro

    (@ispedro)

    Sorry I don’t understand so I did it before and don’t works.

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please find our website and join live chat.

    Thanks,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Logo borders and slider arrows’ is closed to new replies.