Need some help with css (integrity)

Hi,

I’m working on hypr3.com for which I use Integrity. I would like to add some CSS for changing the blog aesthetics,

  1. Add title for each post
  2. make the opacity lighter on mouseover
  3. delete all the lines (sidebar and blog.

I look forward to your help.

Thanks
Alessandro

Hi Alessandro,

Thank you for writing in, 1) please add this to Theme Options > JS

(function($) {
   $(".single-post .entry-header").insertBefore(".single-post .entry-featured");
})(jQuery);

Please be reminded that further customization from this won’t be supported.

  1. I don’t see that black overlay on your posts, please clarify.

  2. Please add this to Theme Options > CSS

.widget ul, .widget ol,
.widget ul li, .widget ol li,
.widget ul li a, .widget ol li a {
	border-width: 0;
	box-shadow: none;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.