badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove Link From Site Header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8654
    TheBusinessCat
    Participant

    Hi.

    Two questions.

    1. How do you remove the link from the site tile in the header?

    2. I do not want the site tile and post / page title the same font. How do I change fonts so that they are different?

    Thank you.

    #8678
    Sanjip Shah
    Participant

    For the first question,
    You will need to find this line which is located in theme folder->library folder->structure folder->header-extensions.php file. Go to lines around 200.

    <h1 id="site-title"> 
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?>
    </a>
    </h1>

    Replace it with
    <h1 id="site-title"><?php bloginfo( 'name' ); ?></h1>

    For the second question, you will need to load font that you want via coding or via some plugins and write the custom css to use it.

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