• Resolved lisia

    (@lisia)


    Hi again!

    It would be very nice, when the Icon (dashicons-arrow-right-alt2) gets the same colour like the title. By the way it is remaining white unindependently from the colour of the title..
    Maybe you can give me a customized css code for that?
    Thanks a lot, best regards, lisia

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @lisia ,

    That’s a very good idea. We haven’t thought about that. I will add it to our to-do list.

    For now, you can use the following CSS code. It will make the icon black. You can use any color code.

    .wp-block-ub-content-toggle-accordion-state-indicator {
        color: #000000;
    }

    If it doesn’t work, please try adding !important to the code like this:

    .wp-block-ub-content-toggle-accordion-state-indicator {
    	color: #000000 !important;
    }

    Please let me know if it doesn’t work. We will come up with something else.

    Thanks for the suggestion.

    Regards.

    Thread Starter lisia

    (@lisia)

    Thank you very much. It is working with “!important”. Great. Best regards, lisia

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Glad to hear that.

    Please let us know if you come across anything else.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color Scheme – Content Toggle (Accordion) – arrow’ is closed to new replies.