• Resolved kmkoetsveld

    (@kmkoetsveld)


    https://www.versa.nu

    As you can see on my site, above the menu, it says: ‘Versa’ (being my site-title) and ‘Energetisch Bewustzijnswerk’ (being my site-description).

    I’d like to do two things, but I can’t figure out how:

    1 – NOT displaying my site-title (which has a larger font-size on the home page, than on the others, somehow. (But I don’t want to erease it in the settings.)

    2 – move the site-description to the right (float: right;), and give it a larger font.

    I tried to do both in the stylesheet, but that doesn’t work somehow. What am I doing wrong?

    Thanks so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    1. Try adding:

    #site-title {
    position:absolute;
    top:-9999px;
    left:-9999px;
    }

    to the bottom of your theme’s stylesheet.

    2. Try adding:

    #site-description {
    float:right;
    font-size:1.4em;
    }

    again to the bottom of your theme’s stylesheet.

    Thread Starter kmkoetsveld

    (@kmkoetsveld)

    Wow, I don’t know why, but that worked!

    Thanks so much Esmi!

    esmi

    (@esmi)

    No problem. It was probably just the position in the stylesheet before.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CODE for not displaying site-title and -description?’ is closed to new replies.