• I want to create the ‘tagline’ via PHP with HTML so I can add extra lines.

    How can I do it please?

    Thanks

    Colin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Can you specify the link of your site?

    Thread Starter morris373

    (@morris373)

    Hi Cristian

    It is just a local website at the moment but I wanted to add more details to the tagline but with <br>.

    Colin

    Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    .logo_col:after{
    content: “Text1. Text2. Text3.”!important;
    color:white!important;
    font-size:23px!important;
    left:5px!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create Tagline in PHP’ is closed to new replies.