
-
AuthorPosts
-
February 10, 2018 at 5:45 pm #910581
Your support forum has been very helpful. I couldn’t find a couple of answers, so I thought I would ask them here.
1) I have a Blog set to a page. Using Layout Builder I added Blog Posts. I was able to get rid of the author’s name in the settings for the Grid preview, but I would also like to get rid of the date.
2) The Read More and Author text is way too big. I would love for it to be smaller. I couldn’t find a setting for that. Any help with that would be greatly appreciated!
3) Lastly, the line-height spacing is way off. I used a style tag to set the font-size and color. It does not however allow the line-height code to take place. Here is the code I used in the Excerpt:
<b style=”font-size:15px; line-height:15px; font-weight:normal; color:#000000;”>All but line-height works</b>The site is locked until we are finished. I have put up a screen shot for you to see everything I am speaking of. You can get that by going to this link: https://acscompassion.com/ss-read-more-line-height-date.jpg
Thank you very much!
-
This topic was modified 7 years, 3 months ago by
TimCollective.
February 12, 2018 at 5:35 am #910900Hey TimCollective,
Thanks for the screenshot, though it would be easier for us if we could inspect the actual elements in question. Could you post admin login details in private so that we can access the site maybe?
Best regards,
RikardFebruary 12, 2018 at 1:03 pm #911079This reply has been marked as private.February 13, 2018 at 4:04 am #911464Hi,
Thanks for that.
1. Please try this in Quick CSS:
.page-id-6830 .slide-meta-time { display:none; }
2. And this as well:
.page-id-6830 a.more-link { font-size:16px; }
3. I’m not sure I understand what you mean by this, where is the line height off exactly? The line height of the excerpt? If so then please try to remove your code so that we can see what it looks like without it.
Best regards,
RikardFebruary 13, 2018 at 4:41 am #911488Hi Rikard
Thanks for getting rid of the date of the post! I really appreciate it!
The Read More link text is still the same size. I had set it to 13px with the code you gave me. I put the code under the General Styling CSS box..
I took the code out of the spacing for the first FAQ Excerpt on the front page and the spacing is fine for that sized font (default size). Columns 2 & 3 are set to a 15px font, with the line-height set to 15px as well. You can see it has the same line-height space as the first column, which has the bigger font.
Tim
February 13, 2018 at 9:31 pm #911895Hi,
Please try the code as
.page-id-6830 a.more-link {
font-size:16px !important;
}Try it like that and let us know if that would work.
Best regards,
BasilisFebruary 13, 2018 at 9:50 pm #911908It didn’t work so I tried it with just the a.more.link and that worked! Yay!
How do I set the line-height in the excerpt of the 3 FAQ’s on the front page? The first FAQ on the front page has no code added to the excerpt, but the last two do:
<b style=”font-size:15px; line-height:15px; font-weight:normal; color:#000000;”>Except Text Here</b>
The font-size, font-weight and color work, but I can’t cut down on the line height.
February 13, 2018 at 10:37 pm #911947Hi,
You can target the line-height with the following:
.slide-content{ line-height:15px!important; }
Best regards,
Jordan ShannonFebruary 13, 2018 at 10:50 pm #911963That did it! Thank you so much! I really Appreciate it!
Tim
February 13, 2018 at 11:23 pm #911978Hi,
No problem at all my friend. I’m happy my small bit of code was able to help. Did you need further assistance or shall I close this thread?
Best regards,
Jordan ShannonFebruary 14, 2018 at 1:07 am #912001I got everything I needed. Feel free to close the thread. Thank you again!
February 14, 2018 at 3:37 am #912067 -
This topic was modified 7 years, 3 months ago by
-
AuthorPosts
- The topic ‘Posts Date on pages, Read More/Author font size, Excerpt line-height’ is closed to new replies.