Left Side

  • Can I have the left side scrollable like the right side?
    Also, when I hover over the topics of the blog on the homepage, the text that appears over the featured images turns to black. Can I stop this?

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

  • The left side content of the theme was meant to be kept short and simple, however, you could try adding the following CSS to make that area scrollable.

    @media (min-width: 992px) {
      .site-header {
        position: absolute;
      }
    }

    I’m not seeing the black text when hover over the featured images or text on the homepage. Is this still an issue?

  • Thanks so much for this! This made my life so much easier.
    The Black text happens only when I change the colors of the website from the default one. At the moment its fine cause I set it to the default color.

  • Great, glad to hear it. If you do end up customizing the colors and the link colors aren’t showing well, you can post a topic to the General Forum or CSS Customizations forum. From there, someone will be able to help get those links fixed up.

  • The topic ‘Left Side’ is closed to new replies.