Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8129147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T08:10:50+00:00 2026-06-06T08:10:50+00:00

i want to remove the link from my header using CSS so that only

  • 0

i want to remove the link from my header using CSS so that only the text “my inner yoga” shows, but it is not a hyperlink. i tried to do

#post-28 .site-title.a {display:none;}

but it didnt work. i know it has to do with the site-title because i don’t know how to say in CSS that i want to only have the “a” tag not working, but only in the site-title div.

also, is it possible to remove the “learn more” text from the right side of my header? i don’t know PHP so that part is confusing to me. i dont know if its possible to do with css.

the link is: http://myinneryoga.com/strange-exotic-fruit-supplement/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T08:10:52+00:00Added an answer on June 6, 2026 at 8:10 am

    Can’t be done with CSS, but you can just display the site title itself using

     <?php echo $bloginfo('name'); ?>
    

    If you only want it removed on one page, use a conditional IF statement to query the page ID or slug and set a version without the site URL attached and an ELSE to set a version with the URL.

    To remove the learn more text, add this code to the end of your functions.php file:

    function improved_trim_excerpt($text) { // Fakes an excerpt if needed
    global $post;
    if ( '' == $text ) {
        $text = get_the_content('');
        $text = apply_filters('the_content', $text);
        $text = str_replace(']]>', ']]&gt;', $text);
        $text = strip_tags($text, '<p>');
        $excerpt_length = 100;
        $words = explode(' ', $text, $excerpt_length + 1);
        if (count($words)> $excerpt_length) {
            array_pop($words);
            array_push($words, '');
            $text = implode(' ', $words);
        }
    }
    return $text;
    }
    remove_filter('get_the_excerpt', 'wp_trim_excerpt');
    add_filter('get_the_excerpt', 'improved_trim_excerpt');
    

    If I’m correct the theme developer added a custom excerpt ending. Either that or it’s just a hardcoded link, in which case go into the header file and use the find function of whatever editor you are using and search for the “learn more” text, then just remove it and the tag around it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to remove first character from link's text with jQuery. <span class=test1> +123.23
I'm loading text from database but I'd like to remove html link code from
I want to remove dots in acronyms but not in domain names in a
I'm trying to add and remove some rows from a table using Jquery. But
I've never used mod_rewrite but i want to remove all file extensions from my
I want to remove digits from a float to have a fixed number of
I want to remove the element tag and want to preserve the text inside
I want to remove all files from Git at ~/bin/. I run git rm
I want to remove all special characters from a string. Allowed characters are A-Z
I want to remove duplicate rows return from a SELECT Query in Postgres I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.