-
AuthorPosts
-
February 9, 2016 at 12:57 pm #580368
Hello
I am trying to make a super-simple site with Enfold and I am having a problem with the blog:
I want the blog posts to appear as they are here, in their entirety. I don’t want the titles to link to the single blog post (it is centered and kills the aesthetic). How do I stop them being links? I assume somewhere in PHP?
February 9, 2016 at 1:56 pm #580395how did you set up this site?
because there is no featured image shown on your screenshot.
Anyway – you can get rid of link option by setting up the pointer-event css rule like:
.post-title.entry-title > a { pointer-events: none; }February 9, 2016 at 3:52 pm #580429Thanks man – that worked.
I set the blog up as “Single Author, big preview pic” and then just didn’t choose a featured image. There isn’t an option to say that I don’t want preview images, which is strange.
I want the whole site to have a minimalist aesthetic. Perhaps Enfold isn’t the best theme for that!!!
February 9, 2016 at 4:14 pm #580436you can set it to display: none
img.wp-post-image { display: none; }and if you don’t like those meta infos :
.post-meta-infos { display: none; }and if you only want to erase some infos:
.blog-categories, .post-meta-infos .text-sep, .blog-author { display: none; }etc. pp
-
This reply was modified 9 years, 8 months ago by
Guenni007.
February 9, 2016 at 4:17 pm #580437Thanks, but then it also hides the images on my portfolio page:
February 9, 2016 at 4:25 pm #580441please set one featured image for a single blog entry. than we can make the rule more specific for your site.
edit:
.big-preview.single-big img.wp-post-image { display: none; }-
This reply was modified 9 years, 8 months ago by
Guenni007.
February 9, 2016 at 4:29 pm #580444done
February 9, 2016 at 5:52 pm #580491you have seen the edit on thread above ?
February 9, 2016 at 5:55 pm #580493Haha! No I didn’t!
Sorted it now. Thank you very much.
February 10, 2016 at 7:24 am #580852 -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
