Viewing 1 replies (of 1 total)
  • MA

    (@gasparnemes)

    Hi there,

    Thanks for your comments.

    You can add the following script to the theme functions.php

    add_action('moove_gdpr_inline_styles','moove_gdpr_css_extension',10,3);
    function moove_gdpr_css_extension( $styles, $primary, $secondary ) {
    	$styles .= '#moove_gdpr_cookie_info_bar { top: 0; bottom: auto; border-top: none; border-bottom: 1px solid #202020; }';
    	$styles .= '#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden { top: -300px; bottom: auto;}';
    	return $styles;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Banner output in header’ is closed to new replies.