1: How can i bring a “Accept all” Button on top of the modal?
2: The button-text is invisible. How to fix?
3: Why cant i leave the tab-description empty? How can i fix that??
Lena
Hey diaboloqueen,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hey,
1- Please add following code to Quick CSS in Enfold theme options > General Styling tab
#top .avia-cookie-consent-modal-buttons-wrap {
position: absolute;
top: 50px;
width: 100%;
}
2- We would need to inspect the element to find out why it is not displayed. Text color might be white. Could you please add it once again and let us know so we can check?
3- You can simply insert empty HTML tags not to display tab title
<u></u>
Best regards,
Yigit