Home Forums Free Themes Education Hub Site identity

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14229
    imguler
    Participant

    Hello thanks for your great support.
    i have last question to you.
    i would like to change font and size site identity and put it to center logo.
    it’s possible?
    i have did caps .you can see on image.
    site identity
    https://i.imgsafe.org/f7a9669390.png

    #14270
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS to Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options to change your font size, font family and make the logo center to site title.

    #site-identity {
        float: left;
        margin-top: -14px;
        margin-left: -17%;
    }
    a.custom-logo-link {
        margin-left: 8%;
    }
    .site-title {
    font-family: "Helvetica";
       font-size: 22px;
    }

    Also remember that the free theme only has limited font options, unlike the premium version of the theme which has many font options and also other awesome features. To check the premium version please visit. http://themepalace.com/downloads/education-hub-pro/

    Regards.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.