Change color header
-
Hei,
I want change color orange for this: Phone, Email and location text and image fa fa
my code
<div class="top-bar-left inside-float col-2-5 float-l"> <ul class="top-bar-menu"> <?php if(!empty($store_contact_address)): ?> <li> <i class="fa fa-map-marker" aria-hidden="true"></i> <span><?php echo esc_html($store_contact_address); ?></span> </li> <?php endif; ?> <?php if(!empty($store_contact_phone)): ?> <li> <i class="fa fa-phone-square" aria-hidden="true"></i> <a>"> <?php echo esc_html($store_contact_phone); ?> </a> </li> <?php endif; ?> <?php if(!empty($store_contact_email)): ?> <li> <i class="fa fa-envelope" aria-hidden="true"></i> <a>"><?php echo esc_html($store_contact_email); ?></a> </li> <?php endif; ?> </ul> </div>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change color header’ is closed to new replies.