EduardET

Untitled

Jun 28th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.15 KB | None | 0 0
  1. <div style="background-image: linear-gradient(109deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%), url('<?php echo $img; ?>');"
  2.     class="et_pb_section product-title-banner inner-border et_pb_with_background et_section_regular et_pb_section_first" data-padding="||8%|"
  3.     data-padding-tablet="||50px|" data-fix-page-container="on">
  4.     <div class="et_pb_row product-title-row et_pb_equal_columns et_pb_gutters2">
  5.         <div class="et_pb_column et_pb_column_4_4 et_pb_css_mix_blend_mode_passthrough et-last-child">
  6.             <div class="et_pb_module et_pb_text page-title et_animated et_pb_bg_layout_light  et_pb_text_align_left fade" style="animation-duration: 1000ms; animation-delay: 0ms; opacity: 0; animation-timing-function: ease-in-out;">
  7.                 <div class="et_pb_text_inner">
  8.                     <h1>
  9.                         <?php the_title(); ?>
  10.                     </h1>
  11.                 </div>
  12.             </div>
  13.             <!-- .et_pb_text -->
  14.         </div>
  15.         <!-- .et_pb_column -->
  16.     </div>
  17.     <!-- .et_pb_row -->
  18.     <div class="et_pb_row scroll-nav-row et_pb_gutters1 et_pb_row_fullwidth">
  19.         <div class="et_pb_column et_pb_column_4_4 et_pb_css_mix_blend_mode_passthrough et-last-child">
  20.             <div class="et_pb_module et_pb_text scroll-nav et_pb_bg_layout_light  et_pb_text_align_right">
  21.                 <div class="et_pb_text_inner">
  22.                     <ul>
  23.                         <li>
  24.                             <a href="#why-<?php the_title(); ?>">Why
  25.                                 <?php the_title(); ?>
  26.                             </a>
  27.                         </li>
  28.                         <li>
  29.                             <a href="#product-details">product-details</a>
  30.                         </li>
  31.                     </ul>
  32.                 </div>
  33.             </div>
  34.             <!-- .et_pb_text -->
  35.         </div>
  36.         <!-- .et_pb_column -->
  37.     </div>
  38.     <!-- .et_pb_row -->
  39.     <div class="et_pb_row shape et_pb_row_fullwidth">
  40.         <div class="et_pb_column et_pb_column_4_4 et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty">
  41.         </div>
  42.         <!-- .et_pb_column -->
  43.     </div>
  44.     <!-- .et_pb_row -->
  45. </div>
Advertisement
Add Comment
Please, Sign In to add comment