Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #382066

    Hi, I have previously styled the accordion toggle icons and text but for some reason on a new site it is not working.
    The css I have used is;

    /* This changes the colour of the icons on the accordian */

    .toggle_icon {
    color:#ffffff;
    background-color:#f15d23!important;
    }

    .toggler
    {
    font-size: 16px;
    color:#f15d23!important;
    }

    I am using a child theme and amending the css in its editor.

    #382618

    Hey GOWD!

    I see the CSS being applied on my end. Try clearing your browser cache or view in a different browser.

    Best regards,
    Elliott

    #384669

    Hi Elliot, working now thanks.

    I used “color” to try to change the colour of the cross in the centre of the Toggle icon but it stays grey. Anything I can add to change it?

    .toggle_icon {
    color:#ffffff;
    background-color:#f15d23!important;
    }

    #385298

    Hi!

    Please try to use this:

    .main_color .toggle_icon span {
    border-color: #ffffff !important;
    }

    Regards,
    Ismael

    #453880

    Thanks, you may close this thread.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Style accordian’ is closed to new replies.