Hi I've a wordpress site and i need to modify the highlighted code to "display=flex" insted of "display=none". But i am not able to to this because is element.style..please help me.
https://i.stack.imgur.com/xoTvS.jpg
.fep-message-content .fep-message-content-5 .fep-message-
content-own .fep-message-content-admin .fep-hide-if-js{
display:flex !important;
}
this is an accordion of front-end-pm plugin for wordpress and it is displayed none when closed and displayed block when opened. i would have it permaopened.
Is possible to change the highligthed code? Thank you for helping. :)