Wsparcie » Motywy » Edycja widgetu w motywie "Best Corporate Theme "

  • Witam.
    Mam problem z motywem „Best Corporate Theme”
    Wygląda to tak: http://webdesignwebtemplate.com/demo/

    Po lewej stronie są widgety, każdy z nich automatycznie pojawia się na takim szarym tle w kształcie strzałeczki. Chciałbym wstawić tam kilka małych buttonów, ale bez tego tła. Proszę o pomoc.

    W edycji szablonu, w sekcji „sidebar” mam tak:

    <?php
    /**
     * The Sidebar containing the main widget areas.
     *
     * @package BestCorporate
     * @since BestCorporate 2.2
     */
    ?>
    
    <div id="secondary" class="widget-area" role="complementary">
      <?php do_action( 'before_sidebar' ); ?>
      <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
      <aside id="archives" class="widget">
        <div class="widgetbox">
          <div class="widgetbottom">
            <h2 class="widget-title">
              <?php _e( 'Archives', 'bestcorporate' ); ?>
            </h2>
            <ul>
              <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
            </ul>
          </div>
        </div>
      </aside>
      <aside id="meta" class="widget">
        <div class="widgetbox">
          <div class="widgetbottom">
            <h2 class="widget-title">
              <?php _e( 'Meta', 'bestcorporate' ); ?>
            </h2>
            <ul>
              <?php wp_register(); ?>
              <li>
                <?php wp_loginout(); ?>
              </li>
              <?php wp_meta(); ?>
            </ul>
          </div>
        </div>
      </aside>
    
    <a href="http://txt4seo.pl"><img src="http://txt4seo.pl/design/_images_frontend/core/logos/txt4seo.gif"></a>
    
      <?php endif; // end sidebar widget area ?>
    </div>
    <!-- #secondary .widget-area -->
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • Temat ‘Edycja widgetu w motywie "Best Corporate Theme "’ jest zamknięty na nowe odpowiedzi.