THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Change title in tab-window

Home › Forums › Omega Child › Change title in tab-window

Tagged: tab, title, Wordpress

  • This topic has 7 replies, 2 voices, and was last updated 10 years, 6 months ago by Nordahlaren.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • July 13, 2015 at 8:59 pm #3797
    Nordahlaren
    Participant

    If you enter my website, http://www.johannordahl.com, you see on the title in the tab that it says “Johan Nordahl- Skådespelare” (Johan Nordahl- Actor). But instead of the “-” there’s an horizontal line.

    I want to add a space between “Nordahl” and the horizontal line. How do I do this? I’ve tried doing it in the wordpress-settings but it doesn’t work..

    Help!

    July 14, 2015 at 3:45 am #3802
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and drop this code

    .site-description::before {
        content: "—";
        margin-left: 5px;
    }
    July 14, 2015 at 8:01 am #3807
    Nordahlaren
    Participant

    That didn’t change the title in the tab, just on the actual website. It moved “Skådespelare” from beside my name to under my name..

    Still needs help..

    July 14, 2015 at 9:20 am #3808
    han
    Keymaster

    Sorry I miss-understood.
    Not sure what you mean with “add a space between “Nordahl” and the horizontal line” ? Which horizontal line?

    July 15, 2015 at 7:59 am #3809
    Nordahlaren
    Participant

    Im not that good on explaining this in english, but here’s a picture of what I mean:

    http://www.johannordahl.com/wp-content/uploads/2015/07/Webpage.jpg

    There’s an horizontal line after my name in the tab-window. But I want a space between my last name and the line..

    Do you understand now? Sorry for being diffuse..

    July 15, 2015 at 1:26 pm #3810
    han
    Keymaster

    oh, to change that one, please find omega/header.php and replace
    <title><?php wp_title( '|', true, 'right' ); ?></title>
    with
    <title><?php wp_title( ' -', true, 'right' ); ?></title>

    July 15, 2015 at 9:26 pm #3826
    Nordahlaren
    Participant

    Do I have to go through the FTP-server? Or can I do it from the wordpress-panel?

    July 15, 2015 at 9:44 pm #3827
    Nordahlaren
    Participant

    I did it! It works! 😀 Thanks! You’re the man!

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php