Some clients uploaded multiple white background images to their websites. 

It is not a problem on the website view but the navigation arrow on the mobile view is hard to see they thought it was missing.

By default, the platform does not have the option to change the color of the arrow. You can use the following CSS code instead
.

This will add some background overlay on the arrow to add contrast to the white arrow to make it visible to the user. https://prnt.sc/_I5kbQJZfHFb


Please follow the steps below:


1. Go to BuddyBoss > Theme Options

2. Under Custom Codes, enable CSS

3. Append the following:


@media (max-width: 769px) {

    a.theater-command.bb-prev-media,

    a.theater-command.bb-next-media {

        background: rgba(0,0,0,0.7);

        width: auto;

    }

}


4. Save changes.


Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/

Screenshots


Without code

https://prnt.sc/wPOGQU6asutx


With code

https://prnt.sc/PzTuYBUiobJ9