• Hello all. I am using the Panoramica theme, and have just one tiny query that’s probably really straightforward, yet it’s doing my head in. I have posted this on the theme maker’s own support forum but got no answer so thought I’d try my best here too..Really sorry if that’s not correct protocol.

    All I want is for the featured-image titles not to show up in the slider, but try as I might, I can’t make it happen. Is there a simple piece of code I can add to the function.php that will do this or?

    what I mean by this is if you look at the site, you will see a 1,2,3 etc next to the slider. This is the name of the post in the slider section.

    Any help will be gratefully accepted!

    Andy

    Site in a subdomain HERE

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry but as you are using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from www.ads-software.com here.

    Thread Starter Andy Woggle

    (@andy-woggle)

    Ok..Thanks for answering back so quickly. I did try that first (about a month ago) but have had no joy…

    Sorry for putting it up.Just going bald trying to make it happen

    A

    Hi Andy!

    I’m not sure whether it’s bad form for me to answer, but I thought I’d throw out a quick fix at least. If you can’t find the part of the code that edits the output of the slider, then you can at least hide the output. This isn’t the BEST way to handle the situation, but it should work.

    Try adding this to your style.css. If it doesn’t work at first, try adding “!important” right before the semicolon.

    #slider h2.title { display: none; }

    esmi, should I not encourage this in the future?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Slider Name From Slider’ is closed to new replies.