• Resolved hq-pier

    (@hq-pier)


    Hi there,

    Wonderful plugin and the multilingual feature is awesome!

    I just need to set a different color backround and title. I investigated a bit with the console analysis but couldn’t find a hint.

    Can you help with that?

    for Perfection’s sake it would be just great if you can add it into the cookie plugin settings so it does not inherit the values of the theme.
    Bytheway I’d be happy also just getting the path where to be able to set proper changes to the cookie bar.

    If you want to check on the website I’m up to now, http://goleditaly.com.

    cheers,
    🙂

    https://wordpress.org/plugins/wf-cookie-consent/

Viewing 1 replies (of 1 total)
  • Plugin Author wunderfarm

    (@wunderfarm)

    Hi hq-pier,
    at the moment it’s possible to override the styles via CSS within your themes style.css. Custom styling settings on the settings page are already on our roadmap for planned future releases of WF Cookie Consent. You can add the following CSS Selectors to your style.css and add some custom CSS properties if you want:

    div#cookieChoiceInfo {
        background-color: #00F !important;
        color: #fff;
    }
    
    div#cookieChoiceInfo a {
        color: #F00 !important;
    }

    If you need further assistance or have any any further questions or feature requests to report please do not hesitate to contact us.
    Please don’t forget to rate this plugin with 5 shining stars if you like it. 😉

Viewing 1 replies (of 1 total)
  • The topic ‘background and text color settings’ is closed to new replies.