• Hi all,
    The theme I’m using on my site seems to not support the “horizontal lines.” For example, I’m using a couple of them on this post, but they are not coming up.. Anyone know a way to change this? Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi kcatt,

    you could solve this with a line of CSS:

    #post-left-col hr { float: none; opacity: 1; }

    In order to add custom CSS code to your website, you can either make use of a child theme or plugins like Simple Custom CSS.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi!

    It appears that the theme is adding:

    #post-left-col hr {
    	float: left;
    	margin: 0;
    	opacity: 0;
    	}

    In a child theme you could try removing that float and setting the opacity to 1 so it will show.

    Thread Starter kcatt

    (@kcatt)

    Thank you MH Themes, and Jose! It worked!!

    You’re very welcome and good luck with your website. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Horizontal Lines won't appear..’ is closed to new replies.