edit Academia theme title css

  • Unknown's avatar

    I have had some (read “not enough”) classes in CSS, but 3 years ago.

    I’m trying to edit the title. There are 2 lines of the title and the 2nd line – Educating…………….. is the one I want to change. But the Css encompasses both lines. How would (can I?) change just the 2nd line so that its not in caps but is a larger font size?
    And I want to put the sidebar on the left over to the right. So what css coding would I need?
    Thanks for any help

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, to edit the actual content of the site description (second line) you can do that at Settings > General.

    To edit the styling of the site description, add the declarations you need to the following rule in your existing custom CSS.

    #site-description {
    text-transform: none;
    font-size: 16pt;
    }

    A note on font size: The original theme specifies the font size for the site description in pt (points). I would suggest changing that to px (pixels) instead and then adjusting the value as you desire.

  • The topic ‘edit Academia theme title css’ is closed to new replies.