• I’ve had an issue with a plugin, details can be seen here. The developer has advised its some code generated by kubio that’s causing the problem.

    Can you advise?

    thanks,

Viewing 1 replies (of 1 total)
  • Plugin Support cristianbarbu

    (@cristianbarbu)

    Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS ?:

    [data-kubio] .ti-facebook:before {
    content: “\e741”
    }

    [data-kubio] .ti-twitter-alt:before {
    content: “\e74b”
    }

    [data-kubio] .ti-email:before {
    content: “\e75a”
    }

    [data-kubio] .ti-angle-right:before {
    content: “\e649”
    }

    [data-kubio] .ti-angle-left:before {
    content: “\e64a”
    }

    [data-kubio] .ti-menu-alt:before {
    content: “\e68f”
    }

    [data-kubio] .ti-layout-grid2:before {
    content: “\e709”
    }

    [data-kubio] .ti-zoom-in:before {
    content: “\e611”
    }

    [data-kubio] .ti-zoom-out:before {
    content: “\e612”
    }

    [data-kubio] .ti-fullscreen:before {
    content: “\e659”
    }

    [data-kubio] .ti-sharethis:before {
    content: “\e750”
    }

    [data-kubio] .ti-more-alt:before {
    content: “\e6e2”
    }

    [data-kubio] .ti-download:before {
    content: “\e6a7”
    }

    [data-kubio] .ti-file:before {
    content: “\e6a4”
    }

    [data-kubio] .ti-angle-double-right:before {
    content: “\e661”
    }

    [data-kubio] .ti-angle-double-left:before {
    content: “\e662”
    }

    [data-kubio] .ti-volume:before {
    content: “\e601”
    }

    [data-kubio] .ti-angle-right:before {
    content: “\e649”
    }

    [data-kubio] .ti-angle-left:before {
    content: “\e64a”
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Overwriting Plug-in Code’ is closed to new replies.