Ability to turn off svg affect on site title

Home/Support Forums/Pniber/Ability to turn off svg affect on site title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #382
    will
    Participant

    Hello,

    I recently stumbled upon the Pniber theme and have to say it’s probably the best WordPress theme I’ve seen in a while. Many thanks for making it!

    One question though – how can I easily go about disabling the svg effect on the site title? I’d like the header and footer titles on my site to be ‘plain’ without anything affecting the first character.

    Thanks,
    Will

    #385
    LenVan Support
    Keymaster

    Hello.

    Thanks for the kind words.

    You can add a blank space before the logo title. Logo title truncates the first character.

    And add the following code in Theme Settings -> Advanced -> Custom CSS -> Custom CSS field:

    .logo-wrap .logo-title {
        padding-left: 0;
    }
    .logo-wrap .logo-title span {
        display: none;
    }

    Best wishes, LenVan

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Ability to turn off svg affect on site title’ is closed to new replies.