Widgets on Colinear Theme

  • Unknown's avatar

    I just activated the Colinear Theme and have a couple questions about the widget sidebar area.

    I have CSS Customization, so is there some kind of CSS I can use to get rid of the thick black lines above each widget title?

    Related to that, I want the widget titles not to be all capitalized, but it seems to do that no matter what way I type as it’s title. Is there CSS to change that?

    The blog I’m using: https://stayforcredits.wordpress.com

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

  • Unknown's avatar

    Hi admcnamee

    To remove the black lines add this line of custom CSS.

    .widget {
        border-top: none;
    }

    To add custom CSS

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    You need to be on the WordPress.com Premium Plan for custom CSS to save.

  • Unknown's avatar

    To change the capitalized widget titles.

    .widget-title {
        text-transform: none;
    }
  • The topic ‘Widgets on Colinear Theme’ is closed to new replies.