mnmak Posted April 6, 2017 Share Posted April 6, 2017 Hi there, I am trying to clear up all unnecessary elements from the order validation page. cashondelivery does not have its own css. How do I say in global.css : On cashondelivery/validation - do not display the logo. PS is 1.6 Thanks in advance. Link to comment Share on other sites More sharing options...
mnmak Posted April 7, 2017 Author Share Posted April 7, 2017 Solved by putting if in the div: <div class="row"> {if $page_name !='module-cashondelivery-validation'} <div id="header_logo"> <a href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} {/if} </div> Is this good solution? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now