• Resolved Aron Art

    (@aron-art)


    Hey, here’s a link to my site: https://aronart.flynn.dk/?p=40

    When you click the first picture displayed above the name “Animal Attributes” a slideshow starts but my logo appears on all the pictures in the corner.
    Is there a way to remove this logo from the slideshow but keep it as the website logo in the header?
    I’m using the free child version of Capture.

    Thanks in advance,
    Aron Art.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there Aron Art,

    Hope you’re well today!

    You should be able to remove it only on your slideshow with some custom CSS. Since you already have a child theme you can try adding the following at the bottom of your child theme style.css:

    .capture-slideshow-container .capture-slideshow-logo {
        display: none;
    }

    This should remove the logo only on your slideshow page.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter Aron Art

    (@aron-art)

    It didn’t work. :/ This is what my style.css looks like:
    /**
    * Theme Name: Capture Child Theme
    * Theme URI: https://slocumthemes.com/wordpress-themes/capture-free/
    * Description: A “one-click” child theme created for Capture – A simple lightweight and responsive WordPress theme designed with photographers and videographers in mind. Capture offers a fullscreen featured image slideshow built using cutting-edge technology, lightweight SVG assets, and offers featured video support. Capture also offers full support for WooCommerce e-commerce. Capture your memories today. Now supports live front-end text widget editing via Note. More info – https://www.ads-software.com/plugins/note/.
    * Author: Slocum Design Studio (Scott Sousa)
    * Author URI: https://slocumstudio.com/
    * Version: 1.0
    * License: GPL2+
    * License URI: https://www.gnu.org/licenses/gpl.html
    * Template: capture
    */
    .capture-slideshow-container .capture-slideshow-logo {
    display: none;
    }

    Am I putting it the right place? Why isn’t it working?

    Hey there Aron Art,

    Everything seems fine in your child theme style.css. With that being said I’ve checked your site and it appears that the code is working since this is what I’m seeing there now https://screencast.com/t/6yrI6KRGOEIH.

    So I’m assuming it was just a caching issues, try clearing your cache and check for changes.

    Best regards,
    Bojan

    Thread Starter Aron Art

    (@aron-art)

    That’s so weird the logo is still there when I check the website on my computer and my phone, see:
    https://s27.postimg.org/qfdsz9jgj/Untitled_1.jpg

    What browser are you using? I’m using Chrome.
    My cache is empty so that’s not the issue.
    Is there another way to remove the logo? maybe that will work. :/

    Hey again Aron Art,

    I’ve checked on Windows using Chrome and also had a colleague check on mac using Chrome as well and in both cases logo is not visible there.

    Can you try using different browser or possibly try to check when you’re logged out?

    Best regards,
    Bojan

    Thread Starter Aron Art

    (@aron-art)

    Hey I checked it this morning and it was gone! ?? Maybe it just took a really long time to apply or something, but it’s all good now. Thank you so much!

    Hey Aron Art,

    Awesome!

    Maybe it just took a really long time to apply or something

    It’s definitely related to cache, if you don’t have any caching plugins installed it’s possible that you have some sort of caching on your server which caused this delay.

    Either way glad to hear everything is working now ??

    Cheers,
    Bojan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Logo from slidehow’ is closed to new replies.