• Resolved theninth7

    (@theninth7)


    I am just starting to try out GS Loger Slider. On my page with Kalium theme, there is line under the logos when hovering over them with the mouse. Is there a way to disable this with a custom CSS?

    Also my custom CSS code disappears in the preferences, when I leave the dialogue. It is still applied, but when I open preferences again it is not shown there. Has this something to do with not having the pro version?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GS Plugins

    (@gsplugins)

    Hi @theninth7,

    Thanks for trying out GS Logo Slider!

    Regarding the hover underline issue, you can disable it by adding the following custom CSS to your site:

    .gs_logo_single .gs_logo_single--inner a:after {
    background: transparent !important;
    }

    This will remove the line appearing under the logos when hovered.

    As for your custom CSS disappearing from preferences, it might be a theme or browser cache issue rather than a restriction of the free version. Since your styles are still applied, they are being saved but may not be visually retained in the preferences. You can try:

    • Clearing your browser cache
    • Checking if the theme settings override CSS
    • Using Appearance → Customize → Additional CSS in WordPress to add your styles

    If you need further assistance, feel free to ask!

    Best,
    Sarwar

    Thread Starter theninth7

    (@theninth7)

    Great, thanks a lot for your help, it is highly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.