• Resolved informerfox

    (@informerfox)


    Hello,
    I want the images on the slider on the top to be hidden. What should I do to hide them? I liked the blue-green color on the top. My URL : INFORMERFOX.COM

    Thank you for this theme! ??

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Startup Blog!

    You can use this CSS to hide all the images in the slider:

    .bb-slider .image-container {
      background: none;
    }

    Please copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter informerfox

    (@informerfox)

    Thank you very much for the quick answer. Will apply it! ??

    Thread Starter informerfox

    (@informerfox)

    Hello, I applied it but something different happened ??
    Check it: informerfox.com the slider image dimensions are changed but did not disappear.

    Also, Is there an option to use a single image? @bensibley

    • This reply was modified 7 years, 1 month ago by informerfox.
    • This reply was modified 7 years, 1 month ago by informerfox.
    Theme Author Ben Sibley

    (@bensibley)

    Sorry about that! Please make this update to the CSS:

    .bb-slider .image-container {
      background: none !important;
    }

    A single image for all of the slides? This is not currently option, but I’ll see if it can be included in a future update.

    Thread Starter informerfox

    (@informerfox)

    @bensibley
    Thank you! ?? Applying this now ??

    Thread Starter informerfox

    (@informerfox)

    It worked! Thank you so much!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Happy to help ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide Images from the Slider’ is closed to new replies.