Help with CSS Code styling
Briefly

To change the color of the 'Collapse btn - [+] Show all timings' from black to white in your project, you need to identify the CSS class associated with it. Use the browser's inspect tool to find the correct class name for the button. Once identified, you can apply a CSS rule to change the text color. If the button is not visible after changing the background color in Elementor, check for any overlapping elements that might be causing the issue. Adjust margins or z-index values if needed.
To change the color of the 'Collapse btn - [+] Show all timings' from black to white, you can use the following CSS snippet: .collapse-button { color: white; } Ensure the class name matches your button.
If the button remains hidden after changing the background color, check the UI structure using browser inspect tool for any overlapping elements that could obscure it.
Read at SitePoint Forums | Web Development & Design Community
[
|
]