• I want to change the headings of sidebar widgets to h4 (default is h3 in my case). How to change that?
    Note: I wanna change only the sidebar widget titles. Not site-wide titles or post/page titles.
    thank you.

    my site: Bohubrihi Blog

Viewing 6 replies - 1 through 6 (of 6 total)
  • There should be a sidebar.php in your theme folder which you should modify.

    I assume you are already using a child theme. If not you must do it to keep your changes intact. Otherwise with every theme update your changes would get overwritten.

    Btw, you too are Bengalee! ?? Site-er concept ta bhalo laglo bhai.

    Thread Starter Yanur Islam Piash

    (@yipiash)

    ??
    yes bhaia, an amateur from Dhaka, glad you liked my site.

    ?????? ????, sidebar.php ?????? child theme ? ???? ???? ???? ??? ?????? ?? ???? ???? ???? ???? ???? ?? ??????? ????? ????? ???? ?????? ?????? ????? ????? ???? ???? ?? ??? ????? ??? ????? ????

    Thread Starter Yanur Islam Piash

    (@yipiash)

    Unfortunately, no sidebar.php file found in my theme files. I found right-sidebar.php and the codes in that file are:

    <?php
    /*
    * Template for dislplaying the right sidebar
    */
    ?>
    <div class="right sidebar tc-sidebar text-md-right <?php czr_fn_echo('element_class')?>" <?php czr_fn_echo('element_attributes') ?>>
      <div id="right" class="widget-area" role="complementary">
        <?php do_action( '__before_inner_right_sidebar' ) ?>
        <?php if ( czr_fn_has('rights_social_block') ) : ?>
          <aside class="social-block widget widget_social">
            <div class="social-links">
              <?php czr_fn_render_template( 'modules/common/social_block' ) ?>
            </div>
          </aside>
        <?php endif ?>
        <?php dynamic_sidebar( 'right' ) ?>
        <?php do_action( '__after_inner_right_sidebar' ) ?>
      </div>
    </div>

    Don’t know what to do here.

    Thread Starter Yanur Islam Piash

    (@yipiash)

    @denzel_chia

    Thanks a lot ??

    Hi @yipiash

    You are welcome! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CHange Sidebar Widget Titles to’ is closed to new replies.