Text in footer is with shadow

Hy, i am using pro. In my Pro-Version-Footer V2 is the text shown with shadow. If i edit the different text blocks (components), the shadow is not shown. Were can i deactivate the shadow?

Hey @dani_blues,

Kindly provide the URL of the page where we can see the text with shadow in the footer so we can check what element is used.

Thanks.

Hy, ok i share it with you

Hey @dani_blues,

You are using a Text widget to display the text in your footer. By default, the Integrity stack that you are using has this built-in style:

.widget {
    text-shadow: 0 1px 0 rgba(255,255,255,.95);
}

Update the code above and set it to none and place in in Cornerstone > Theme Options > Custom Code > Global CSS.

Be advised that custom coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.