Forum Discussion
AnnaJohansson-b
3 years agoCommunity Member
Possibility to remove navigation arrows
Hi, in Rise Labeled Graphic is there a way to turn off the navigation arrows in the markers boxes?
PhilFoss
Community Member
You can add a Rise Theme Component to hide the marker arrows, the CSS looks like:
.bubble--active .bubble__controls {
display: none;
}
AshleyNeal-2f5f
6 months agoCommunity Member
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?
- PhilFoss5 months 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.