Okay
  Public Ticket #1962585
LOGO HEADER
Closed

Comments

  • Chris Bautista started the conversation

    HI!

    I want to eliminate the text "VILAN COMUNICACIONES" next to my logo from the header, because the name is already on the logo. How can i do that without deleting the text in the field "Site Title" inside of Appearance? 

    Can you guys can help me?

    Best Regards!

    https://vilan.com.mx/

  •  1,641
    Andrey replied

    Hello, Dear Chris Bautista!

    It's very easy to do, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    a.logo .logo-text {    
        display: none;
    }
    

    Save changes and check results at front-end.

    Best Regards!