Closed ismailtilki closed 1 year ago
Hey, @ismailtilki!
I see you’ve edited this to “solved” so I’m closing this issue. If you have any more questions, feel free to ask 🙂
hey, i fixed it by prioritizing the stylesheet of the plugin css in the header of my page and changing the "Cookie settings" button from
<button type="button" data-cc="c-settings" class="cc-link">Cookie settings</button>
to
<button type="link" data-cc="c-settings" class="cc-link">Cookie settings</button>
idk. if you could fix this, would be nice for maybe other people who don't know how to solve.
Hey, @ismailtilki!
I’m reopening this issue as it seems there’s still an unresolved problem.
Since your initial comment was edited, could you please describe the issue you’re experiencing and provide a link and/or the steps needed to reproduce this?
Install a custom theme where it has also it's own button CSS. The custom Theme CSS should now overwrite the Buttons CSS on the Cookie Consent and also the close button in Cookie Settings.
Fix for the Accept and Decline Button:
<link rel="stylesheet" href="https://sample.com/wp-content/plugins/pressidium-cookie-consent/public/bundle.client.css">
Fix for the Cookie Settings "Button":
<button type="button" data-cc="c-settings" class="cc-link">Cookie settings</button>
since my theme got an big update it's fixed. sorry for the inconvenience.
I’m glad the issue is resolved. If you have any more questions, feel free to open another issue 🙂
solved