leonardozinanni Posted December 20, 2016 Share Posted December 20, 2016 Boa noite estou tentando fazer alteração de cor do header. https://drive.google.com/open?id=0B3S1HdM4Sgvsbl9Wd000NU1SV0knão estou encontrando a solução quando vou no arquivo que pede: <div class="inner"> <div id="topbar"> <!-- @file modules\appagebuilder\views\templates\hook\ApRow --> <div class="wrapper" style="background: #f0efec no-repeat"> porem quando vou ate esse arquivo encontro: {* * @Module Name: AP Page Builder * @Website: apollotheme.com - prestashop template provider * @author Apollotheme <[email protected]> * @copyright 2007-2016 Apollotheme * @description: ApPageBuilder is module help you can build content for your shop *} <!-- @file modules\appagebuilder\views\templates\hook\ApRow --> {if isset($formAtts.container) && $formAtts.container} <div class="wrapper_l" {if isset($formAtts.bg_config) && $formAtts.bg_config == "fullwidth" && isset($formAtts.bg_data) && $formAtts.bg_data}style="background:{$formAtts.bg_data}{*contain link can not escape*}"{/if} {if isset($formAtts.parallax) && $formAtts.parallax}{$formAtts.parallax}{*contain img link, can not escape*}{/if}> {if isset($formAtts.bg_config) && $formAtts.bg_config == "fullwidth"} {$formAtts.bg_data=""} {$formAtts.parallax=""} {/if} <div class="{$formAtts.container|escape:'html':'UTF-8'}"> {/if} <div{if isset($formAtts.id) && $formAtts.id} id="{$formAtts.id|escape:'html':'UTF-8'}"{/if} class="{(isset($formAtts.class)) ? $formAtts.class : ''|escape:'html':'UTF-8'}{(isset($formAtts.animation) && $formAtts.animation != 'none') ? ' has-animation' : ''} {$formAtts.bg_class}{*contain link can not escape*}" {if isset($formAtts.animation) && $formAtts.animation != 'none'} data-animation="{$formAtts.animation|escape:'html':'UTF-8'}" {if $formAtts.animation_delay != ''} data-animation-delay="{$formAtts.animation_delay|escape:'html':'UTF-8'}" {/if}{/if} {if isset($formAtts.bg_data) && $formAtts.bg_data}data-bg="{$formAtts.bg_data}{* HTML form , no escape necessary *}"{/if} {if isset($formAtts.parallax) && $formAtts.parallax}{$formAtts.parallax}{* style no escape necessary *}{/if} {if isset($formAtts.css_style) && $formAtts.css_style}{$formAtts.css_style}{* style no escape necessary *}{/if} > {$formAtts.bg_video}{* HTML form , no escape necessary *} {if isset($formAtts.title) && $formAtts.title} <h4 class="title_block">{$formAtts.title}{*contain html, no escape necessary*}</h4> {/if} {if isset($formAtts.content_html)} {$formAtts.content_html}{* HTML form , no escape necessary *} {else} {$apContent}{* HTML form , no escape necessary *} {/if} </div> {if isset($formAtts.container) && $formAtts.container} </div> </div> {/if} Alguémpode me ajudar com isso Link to comment Share on other sites More sharing options...
selectshop.at Posted December 20, 2016 Share Posted December 20, 2016 Vc. está usando o PageBuilder que nao é um tool nativo e tmb. um tema nao nativo. Deverá perguntar o desenvolvedor deste tool/tema aonde mudar o que quer. Aqui no f´roum Português nao temos condicoes de dar suporte para produtos terceirizados, por nao conhecermos os mesmos. 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