• Resolved Vladimir

    (@vladav)


    Hi, is it possible to control display of title through e.g. shortcode parameter? I mean, I have Accordion group used on 2 various pages, and on 1 page I would like to show Accordion group title, ond the 2nd not … Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hello @vladav,

    Thanks for contacting us. Hope you are doing great today!

    Currently, it’s not possible to disable the shortcode title using shortcode parameters. But it’s possible to hide the title on a specific page using custom CSS. In this case, you need to specify the page ID in the CSS. Check the Screenshot. Add the following CSS to the custom CSS section of the plugin and replace the page ID and the title ID based on your shortcode.

    .page-id-3764 .sp-tab__section_title_3894 {
    display: none;
    }

    Hope this information will help you.

    Thank you.

    Thread Starter Vladimir

    (@vladav)

    Hi, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.