• Resolved mandycanudigit

    (@mandycanudigit)


    Hi, I am using Veggie Lite and am a complete novice, so I hope someone takes pity on me.

    Firstly, my logo, MandyCanUDigIt is the same as my site title. I need the logo to be a bit bigger than it is now.

    Secondly, as the wording is the same, I need to remove the site title without it affecting my SEO or visibility on search engines. Is this possible?

    Thirdly, if not, can the size of the typeface be reduced in the header, as my name won’t fit! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • To increase logo size; use this code in Custom CSS option if theme provided, or use a Custom CSS plugin. Change the value to suit your design.

    @media screen and ( min-width: 45em ) {
            .site-logo {
                    max-width: 480px;
            }
    }

    Theme disable the appearance of site title and site description without effecting SEO, (it uses CSS clip which is one of the standard method to hide text visually), so it’s not showing but it’s in the source code. Regarding the SEO, search engine in this time is very smart, I believe it knows what part is important even if it’s under CSS’s display-none.

    Thread Starter mandycanudigit

    (@mandycanudigit)

    Thank you so much, that’s worked a treat!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increasing logo size; decreasing type size in header’ is closed to new replies.