Home › Forums › Pro Support › LAYOUT & DISPLAY – I have a few questions
Tagged: Posts grid, posts layout
- This topic has 2 replies, 2 voices, and was last updated 2 years, 11 months ago by
Tom.
-
AuthorPosts
-
March 30, 2020 at 6:09 am #14351
Jose
ParticipantHello,
I’m using the pro beta version 1.0 and want to ask some questions to see in which ones you can help me:
- How to remove the posts images links? I want to keep the image but don’t allow it to be linkable, just leaving the post title with a link
- How to give a round border to the post image?
- How to change the display grid of posts for mobile? It is fine to show a 3 column block in deskopt, but on mobile I would like to reduce the size of it (just like the picture below):
- How to add the text “date” just before the date display below post titles?
- How to increase the font-size of the date text a little bit?
- How to reduce the margin of the excerpt text below the date?
- How to decrease the font-size of the text excerpt?
This is the url of my site where I am trying to archieve this (the posts grid just below the tag line “Todas las comparativas de Cámaras”: WEB
Thank you so much in advance!
March 30, 2020 at 7:52 am #14359Jose
ParticipantHi, I update this topic with some questions that I was able to solve by my own, thank you!
UPDATE LOG:
Hello,
I’m using the pro beta version 1.0 and want to ask some questions to see in which ones you can help me:
How to remove the posts images links? I want to keep the image but don’t allow it to be linkable, just leaving the post title with a link
How to give a round border to the post image?
How to change the display grid of posts for mobile? It is fine to show a 3 column block in deskopt, but on mobile I would like to reduce the size of it (just like the picture below):
Screenshot-1How to add the text “date” just before the date display below post titles?
How to increase the font-size of the date text a little bit?
How to reduce the margin of the excerpt text below the date?
How to decrease the font-size of the text excerpt?
This is the url of my site where I am trying to archieve this (the posts grid just below the tag line “Todas las comparativas de Cámaras”: WEBThank you so much in advance!
March 31, 2020 at 4:26 pm #14391Tom
KeymasterHi there,
Try this to disable image links:
add_filter( 'wpsp_disable_image_link', '__return_false' );
For the date text, try this:
.wp-show-posts-posted-on:before { content: "Date: "; }
Let me know if you need more info 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.