I bought the askbug theme, i just want to change the red askbug text that shows on the left part of the header for my own text. Anybody can help me?

<div class="site-nav-logo site-nav-flexi">
      <a class="logo" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
       <?php if ( has_custom_logo() ) : $logo = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ) , 'full' ); ?>
        <img src="<?php echo esc_url( $logo[0] ); ?>" alt="<?php echo get_bloginfo( 'name' ); ?>" width="<?php echo $logo[1]; ?>" height="<?php echo $logo[2]; ?>">
       <?php elseif ( ! empty( get_theme_mod( 'ab_logo' ) ) ) : ?>
        <img src="<?php echo get_theme_mod( 'ab_logo' ); ?>" />
       <?php else : ?>
        <i class="apicon-logo"></i>
       <?php endif; ?>
      </a>
     </div>

Hi,
I am using the AskBug theme. Is there a way to show monthly reputation points of users in the leaderboard?
Best,
Arafat

I have paid for the download, but cannot upload it to WP.com.
I get this issue:
WordPress Theme Stylesheet Is Missing” ·

Hello. I receive this message when I try to upload:
The package could not be installed. The theme is missing the style.css stylesheet.

When you go to the demo, and click any link on the page, it says:
“Not Found
The requested URL was not found on this server.”
Wanted to let you know so you could fix the demo.

Hi, is this code still works for display list of user order by reputation?

<?php

// Thsi query will order users by reputation by default.

$user_args = array(

‘ap_query’ => true,

‘role__not_in’ => [ ‘administrator’, ‘ap_moderator’ ],

‘number’ => $number,

);

$ap_user_query = get_users( $user_args );

Thanks.

I have installed the plugin, but can’t see the user page that display all users. How can I create one?

Hello friends,
I want to increase the font size in the front end, so that the entire AnsPress looks a li’ll bit bigger. How should I do it? Also, I want to change these messages “Ask a question”, “Login or register”(when a user is not logged in). Please reply to my questions. Thank you!