• Resolved catherinebakker

    (@catherinebakker)


    Hi, regarding the Harmonic theme.
    The “powered by WordPress” font at the base of the website is linked to another font within the body of the site. I need this body text to be large, but would prefer the “powered by wordpress” text to be smaller.
    Could someone please suggest some CSS to divide these 2 sets of texts- or to allow me to edit one and not the other

    my website is
    bakkerstudios.com.au

    and the linked body text is on the home page, third image, “with our multitude of skills….”

    thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @catherinebakker,

    The font size of the text in your site’s footer can be changed using the following custom CSS:

    .site-info {
        font-size: 1.4rem;
    }

    The “with our multitude of skills….” text can then be specifically targeted with the following:

    #post-130 p {
        font-size: 3.4rem;
    }

    Edit the value of font-size in each snippet to your liking. ?? Increments of 0.1 are enough to have an impact e.g. 3.5rem, 3.6rem, etc.

    Thread Starter catherinebakker

    (@catherinebakker)

    Again Siobahn- perfect, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Harmonic theme, size of "powered by wordpress" font’ is closed to new replies.