Third services that may set up cookyes
3 posters
Page 1 of 1
Third services that may set up cookyes
How can I change the caption from the photo in another language.
Re: Third services that may set up cookyes
Hey,
Add to your CSS stylesheet:
Best regards,
Fraise.
Add to your CSS stylesheet:
- Code:
#cookieChoiceInfo span { display: none; }
#cookieChoiceInfo:before { content: "your text"; }
Best regards,
Fraise.
Re: Third services that may set up cookyes
Buttons, More infotone and OK will change the inscription in another language?
Re: Third services that may set up cookyes
Oh sorry! Keep that code and a create a new JavaScript using this one:
Best regards,
Fraise.
- Code:
$('#cookieChoiceInfo a[href="/faq"]').replaceWith('<a href="/faq" target="_blank" rel="nofollow" style="background-color: rgb(48, 48, 48); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; color: rgb(255, 255, 255); line-height: 19px; padding: 4px 8px; text-decoration: none; white-space: nowrap; margin-left: 8px;">EDIT HERE1</a>');
$('a#cookieChoiceDismiss').replaceWith('EDIT HERE2');
});
Best regards,
Fraise.
Re: Third services that may set up cookyes
By putting JavaScript, should I remove the css code you gave? Where do I bookmark? In all the pages?
Re: Third services that may set up cookyes
@Fraise I put your code, but the language of the buttons did not change.
When I placed your code, the thank-you icons in the themes changed their location.
- Code:
$('#cookieChoiceInfo a[href="/faq"]').replaceWith('<a href="/faq" target="_blank" rel="nofollow" style="background-color: rgb(48, 48, 48); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; color: rgb(255, 255, 255); line-height: 19px; padding: 4px 8px; text-decoration: none; white-space: nowrap; margin-left: 8px;">Информация</a>');
$('a#cookieChoiceDismiss').replaceWith('Ок');
});
When I placed your code, the thank-you icons in the themes changed their location.
Re: Third services that may set up cookyes
Hey,
Try
ATT,
Try
- Code:
#cookieChoiceInfo a[href="/faq"]:before {
content: 'Text';
font-size: 12px!important;
background-color: rgb(48, 48, 48);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
line-height: 19px;
padding: 4px 8px;
}
#cookieChoiceInfo a[href="/faq"] {
font-size: 0px;
background-color: transparent!important;
}
ATT,
Re: Third services that may set up cookyes
Print?
i tested it
Code:
i tested it
Code:
- Code:
#cookieChoiceInfo a[href="/faq"]:before {
content: 'Text';
font-size: 12px!important;
background-color: rgb(48, 48, 48);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
line-height: 19px;
padding: 4px 8px;
}
#cookieChoiceInfo a[href="/faq"] {
border: 0!important;
font-size: 0px;
background-color: transparent!important;
}
#cookieChoiceInfo span { display: none; }
#cookieChoiceInfo:before { content: "your text"; }
Re: Third services that may set up cookyes
smurfavr wrote:
When I placed your code, the thank-you icons in the themes changed their location.
Same problem.
Similar topics
» Problem with webmail services
» World - Dezign
» Paying twice for services already paid for for 2018.
» [Help]Terms and Services
» By continuing your online browsing, you accept to use Third-services that may set up cookies
» World - Dezign
» Paying twice for services already paid for for 2018.
» [Help]Terms and Services
» By continuing your online browsing, you accept to use Third-services that may set up cookies
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum