• Resolved yourinieuw

    (@yourinieuw)


    Hello,

    My whole footer is white except the text from the shortcode. How do i change this to white? Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support tomwolf

    (@tomwolfhun)

    Hello @yourinieuw ,

    In paid packages you can customize the widget in the admin panel.

    In free package, you can do this manually with inserting custom CSS code.
    In your case:

    .ti-widget.ti-goog .ti-header span, .ti-widget.ti-goog .ti-header strong {
        color: white !important;
    }

    Feel free to write to us, if you have further questions,
    Trustindex

    Thread Starter yourinieuw

    (@yourinieuw)

    Hello,

    Thanks but it doesnt help… I am using the free package. Any other options?

    Plugin Support Lídia from Trustindex

    (@liditrudex)

    Hi @yourinieuw !

    Please try this: .ti-widget .ti-footer .ti-rating-text strong, .ti-widget .ti-footer .ti-rating-text span, .ti-widget .ti-footer .ti-rating-text, .ti-widget .ti-footer .ti-rating-text a {
    color: #FFFFFF !important;
    }

    If it doesn’t work please send us a test URL.

    Trustindex

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color’ is closed to new replies.