Front Page 1 Floating Effect?

Homepage Community Forums Aspire Theme Support Front Page 1 Floating Effect?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21482
    Kelly
    Customer

      How do I stop the float from bottom effect for just the Front Page 1 widget section?

      #21492
      Wes
      Moderator

        Can you explain? I’m not sure what you’re referring to.

        #21551
        Kelly
        Customer
          This reply has been marked as private.
          #21554
          Wes
          Moderator

            That’s the fadeup effect. You can remove it from the front-page.php file in the front-page-1 widget code. Look for this –

            	genesis_widget_area( 'front-page-1', array(
            		'before' => '<div id="front-page-1" class="front-page-1"><div class="fp1 image-section"><div class="flexible-widgets widget-area fadeup-effect"><div class="wrap">',
            		'after'  => '</div></div></div></div>',
            	) );

            Then remove this part – fadeup-effect

            #21555
            Kelly
            Customer

              That worked perfectly. Thanks Wes.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Front Page 1 Floating Effect?’ is closed to new replies.