No, manually edit in extra.less should be your best option.Ok thanks. So do I need to set something in the style as well?
Simple browser inspector tool.So how did you get to see it in a different colour? Did you switch to default view instead of the style?
[data-notice-id="-1"].notice--cookie .js-noticeDismiss.button--notice.button, .notice--cookieAdvanced .cookies-buttons .button--primary {
color: #fcfcfc !important;
background: #e8264d !important;
}
Thank you. It has changed the button colours for Accept and Reject, but not to the colours I choseYes, use also this:
Less:[data-notice-id="-1"].notice--cookieAdvanced .cookies-buttons .button--link { color: #fdfdfc !important; background: #f23a02 !important; }
It's still on the leftSettings in style properties should work for these buttons too. It works fine on my side. Maybe it is overwriting something (from extra.less?).
You can do it manually with this in your extra.less template:
Less:@media (min-width: @xf-responsiveMedium) { .u-bottomFixer [data-notice-id="-1"] { left: auto; right: 20px; } }

We use essential cookies to make this site work, and optional cookies to enhance your experience.