Removing fade effect from only one widget?

Homepage Community Forums Aspire Theme Support Removing fade effect from only one widget?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20327
    Steven
    Customer

      I am interested in removing the fade effect from only the front page 3 widget on Aspire. Is this possible?

      If that is not possible, how can I properly remove the fade effect from everything?

      Thanks,
      Steve

      http://www.chromadream.com/chromadream/

      #20335
      Wes
      Moderator

        Yes this is possible. Take a look in your front-page.php file and search for the front-page-3 widget area –

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

        Remove the – fadeup-effect and it should work.

        #20344
        Steven
        Customer

          Thanks Wes!!!

          #20354
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.