Hi cpnet
Thank for contacting us
You can change the font family/style and the background color for the Description by change code css in folder
modules\mod_jux_horizontal_accordion_slider\assets\css\default.css line code 176
.accordion p {
color: #CCC;
font: 12px Georgia, "Times New Roman", Times, serif;
padding: 0 15px 7px;
display: block;
line-height: 25px !important;
}
Best regards
Falcao
Thanks for your help.
And what about the background color in the Description field?
The color in the line you pointed regards to the font color. I also need to change the background color.
Hi cipnet
You can change backgroud color of description , you can insert line code
.accordion .description {
background-color:red;
}
in folder modules\mod_jux_horizontal_accordion_slider\assets\css\default_button.css
Best regards
Falcao