Forum Discussion
Possibility to remove navigation arrows
You can add a Rise Theme Component to hide the marker arrows, the CSS looks like:
.bubble--active .bubble__controls {
display: none;
}
Thanks for that info Phil! I'm not sure exactly how to add a Rise Theme Component. Might you be able to showcase that process?
- PhilFoss2 years agoCommunity Member
Sure Ashley and Sheri I'll plan on using this specific example in a start-to-finish theme component install. This is a great example as theme components are best for 'nice to have' items like this, instead of a major change to functionality. But there are a couple important considerations that I'll cover, I'll plan to post the howto in this thread.
- lilylunanLD7 months agoCommunity Member
Hi Phil,
I can't find the howto video in the thread - did you make one? It would be super useful to know how to disable those navigation arrows!
Many thanks!
Lily- PhilFoss7 months agoCommunity Member
Hi Lily apologies I forgot to follow up in this thread, I used a different theme component for the demo video, check out:
https://theme-360.com/theme-component/remove-prev-next-arrows-in-labeled-graphic-popovers/I documented the CSS to hide the arrows, and the video shows my recommended method for installing a theme component.
Related Content
- 10 months ago