Okay
  Public Ticket #2954507
cant find where to change logo image and text
Closed

Comments

  • IVAN DIAZ started the conversation

    I tried to find where to change logo image and text, but just cannot find it.

    I found allready and change favicon. Also managed to manually overwrite the image file, i just want to the text "LIFEGUIDE" to go away.

    Help, please!

  •  19
    Kristina replied

    Hello, Dear Ivan!

    Thank you for choosing our theme. If you want to hide exactly the lifeguide text, you can do this feature with rule of CSS.

    Please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code

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

    Best Regards!