Can I change "bullet" in toggle element

This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson

  • Avatar: qdesign
    qdesign
    Participant
    January 8, 2016 at 15:42

    The BORDERED TOGGLE ELEMENTS has a small gold square, similar to a bullet for each item. I’m wondering if it is possible to change the square to a diamond?

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 8, 2016 at 16:41

    Hello,

    Try to add the following css code in Theme Options > Custom CSS > Global Custom CSS section:

    .tabs.accordion .tab-title::before {
        content: "\f219" !important;
        width: auto !important;
        background: none !important;
        font-family: FontAwesome !important;
    }

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.