Remove tagline from website title

  • Posted in : cvCard WP
  • tinasamia
    Participant

    How can I remove the tagline from website title? I only want the name showing.

    “”

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .header p {
        display: none;
    }
    
    tinasamia
    Participant

    I meant in this code.. :) I only want the name showing in the bar.

    [title][?php wp_title( ‘|’, true, ‘right’ ); ?][title]

    ahmetsali
    Keymaster

    try this custom css;

    .header p, .header h1 {
        display: none;
    }
    
    tinasamia
    Participant

    I want to change this… I want only the name showing, remove the tagline.

    http://s9.postimg.org/oj0jkuasf/Captura_de_Tela_2014_11_30_s_17_09_15.png

    Mehmet S.
    Keymaster

    Hi, you need to clear the field Settings > General > Tagline.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register