Okay
  Public Ticket #3151836
Change the background color and fonts of the description from Elementor
Closed

Comments

  • Jose Maria Garcia started the conversation

    Hi,

    In the widget configuration section, there is an option to change both the color of the font and the background of the description section of each episode that is displayed when you click on the information icon.

    However, I don't see any such option in the Elementor widget and from that settings page it doesn't work if using the Elementor widget.

    How can I change the font color as well as the background color of the description dropdown section from the Elementor widget?

    Regards.


  •  1,104
    Max replied

    Hi,

    You cannot change these 2 colors from elementor.


    You must edit the modal color in wp-admin > mp3 player > settings. See screenshot https://d.pr/i/G4ccG5

    Additionally, you can use custom CSS to suits this to your need.

    Thanks,


    Max from the Sonaar.io Crew

  •   Jose Maria Garcia replied privately
  •  1,104
    Max replied

    Hi,

    what is your URL?

    Have you cleared your browser cache?


    Thanks,


    Max from the Sonaar.io Crew

  •   Jose Maria Garcia replied privately
  •  1,104
    Max replied

    Hi,

    the text color comes from your body text set in your theme.

    add this custom CSS to inherit the color from the title:

    .srp_note p {
        color: inherit;
    }
    

    Thanks,


    Max from the Sonaar.io Crew