Okay
  Public Ticket #3760926
Text colour Toggle Panel
Open

Comments

  • SamType40 started the conversation

    Hi,

    I would like to make the heading for each toggle section white if possible please.

    https://typef3.sg-host.com/about/

    Thanks so much in advance.

  •  1,882
    Judith replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    body div[data-style*=minimal] .toggle.open>.toggle-title a, body div[data-style*=minimal] .toggle>.toggle-title a {
        color: white !important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

     

  • SamType40 replied

    Thank you!

    That's worked perfectly. Is it possible to make the line divider white as well? And reduce the spacing?

  •  1,882
    Judith replied

    Hi there,

    Thanks for writing back.

    You can adjust using this custom CSS:

    div[data-style="minimal"] .toggle {
        border-bottom: 2px solid rgb(255 255 255);
    }

    I really hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,