roulie19
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] change link colorthanks for the code, it is ok. But When I look my wesite, It is not perfect: I would like to change the color of the text under the logo, in the header (“partez en toute confiance votre animal sera choyé”) and the color of the icon letter and icon phone in the header. Also, In the page “Vos avis”, the button is blue and I would like to change the color.
How can I do that?
Forum: Themes and Templates
In reply to: [Enigma] change link colorThe code doesn’t work
Forum: Themes and Templates
In reply to: [Enigma] change link colorAlso, I would like to change color of text in the header. (phone number, email, text under the logo
Forum: Themes and Templates
In reply to: [Enigma] Add text on home pageSorry, now it’s ok I found.
Forum: Themes and Templates
In reply to: [Enigma] Add text on home pageThanks for the code but I had already a customized code on my home-services.php file. So I have added your code under the code and now I have 2 services section. How can I correct that?
The code of my first home-service.php file in my child theme is:
<!– service section –>
<?php $wl_theme_options = weblizar_get_options(); ?>
<div class=”enigma_service”>
<?php if($wl_theme_options[‘home_service_heading’] !=”) { ?>
<div class=”container”>
<div class=”row”>
<div class=”col-sm-12″>
<div class=”enigma_heading_title”>
<h3><?php echo esc_attr($wl_theme_options[‘home_service_heading’]); ?></h3>
</div>
</div>
</div>
</div>
<?php } ?>
<div class=”container”>
<div class=”row isotope” id=”isotope-service-container”>
<?php for($i=1; $i<4; $i++ )
{ ?>
<div class=” col-md-4 service”>
<div class=”enigma_service_area appear-animation bounceIn appear-animation-visible”>
<?php if($wl_theme_options[‘service_’.$i.’_icons’] !=”)
{ ?>
<div class=”enigma_service_iocn pull-left”><i class=”faa<?php echo $i; ?>”></i></div>
<?php
} ?><div class=”enigma_service_detail media-body”>
<?php if($wl_theme_options[‘service_’.$i.’_title’] !=”)
{ ?>
<h3>“>
<?php echo esc_attr($wl_theme_options[‘service_’.$i.’_title’]); ?></h3>
<?php
} ?><?php if($wl_theme_options[‘service_’.$i.’_text’] !=”)
{ ?>
<p><?php echo apply_filters(‘the_content’, $wl_theme_options[‘service_’.$i.’_text’], true); ?></p>
<?php
} ?></div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
<!– /Service section –>Forum: Themes and Templates
In reply to: [Enigma] change iconMany thanks!!!! It is great!! You are genious.
Forum: Themes and Templates
In reply to: [Enigma] change iconplease see link to images I would like to insert in icon services:
http://fr.freepik.com/icones-gratuites/animal-enseigne-de-l&-39;hotel-avec-un-chien-et-un-chat-sous-une-ligne-de-toit_734079.htmhttp://fr.freepik.com/icones-gratuites/execution-silhouette-de-chien_717715.htm
http://fr.freepik.com/icones-gratuites/animal-enseigne-de-l&-39;hotel_733731.htm
Forum: Themes and Templates
In reply to: [Enigma] Our services icon changeis it possible to change icon (of services on the home page) to images?!
Could you explain me.