site title showing up horizontally

  • Hi, i’m new to blocco but I chose it because of the samples. However, on mine, it’s completely different than what i’ve seen on anyone else’s. I loved how the title was set vertically along side the landing page but it keep showing up horizontally. anyway to fix this?

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

  • The theme demo uses an image based logo. When we created the logo, we simply rotated the text. You can set an image based logo by going to Appearance > Header.

  • thank you. Also, how can I copyright the footer of the theme?

  • Unfortunately, WordPress does not allow you to modify the footer. You may be able to use some CSS to add text below the Main content area, though I haven’t tested this out.

    .site-content { padding-bottom: 75px; }
    .site-footer:before { content: "Footer Text"; display: block; }

    Keep in mind, it’s against WordPress’s policy to remove or edit the current footer text.

  • The topic ‘site title showing up horizontally’ is closed to new replies.