Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1419598

    Hi there, i did not found a solution in the forum. How can I change the text color from an open toggle tap. Only the color of the content text, not the headline.

    Regards!

    #1419645

    Hey RENZCOM,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the toggle content.

    .toggle_content {
        padding: 12px 30px 11px 30px;
        margin: 0px 0 5px 0;
        border-style: solid;
        border-width: 1px;
        border-top: none;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        overflow: hidden;
        color: red;
    }
    

    Best regards,
    Ismael

    #1419709

    Thanks Ishmael,
    but unfortunately it doesn’t change anything.

    #1419732

    Hi,

    The page you linked to is password protected, please share the password in private.

    Best regards,
    Rikard

    #1419734

    I am so sorry, you will find the pw in private. I like to change the text color to #1a1a1a

    #1419751

    Hi,

    Thanks for that. Please try this CSS as well:

    .active_tc .toggle_content p {
        color: #a1a1a1;
    }

    Best regards,
    Rikard

    #1419757

    Awsome! Thanks a lot!!

    #1419787

    Hi RENZCOM,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Toggle content text in different color’ is closed to new replies.