Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #524933

    Hi

    Can you please visit this page at:

    https://lavitrineduvin.com/en/2015/10/24/la-mejanelle/

    You kindly gave me this code snippet to input into the General Styling quick CSS window:

    p.toggler.activeTitle * {
    color: white;
    }
    p.toggler.activeTitle {
    background-color: #b02b2c;
    }

    p.toggler.activeTitle:hover strong {
    color: #b02b2c;
    }

    However, I want to over-write the green Default text color and make the accordion text color: #b02b2c;

    Can you help?

    Thanks!

    B.

    #524936

    Hi belenenses!

    Please add following code to Quick CSS as well

    p.toggler strong {
        color: #b02b2c;
    }

    Regards,
    Yigit

    #524990

    Thanks a lot Yigit. That’s done it!

    Cheers!

    B.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing Enfold Accordian text color’ is closed to new replies.