Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.
    #910900

    Hey 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,
    Rikard

    #911079
    This reply has been marked as private.
    #911464

    Hi,

    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,
    Rikard

    #911488

    Hi 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

    #911895

    Hi,

    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,
    Basilis

    #911908

    It 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.

    #911947

    Hi,

    You can target the line-height with the following:

    .slide-content{
    line-height:15px!important;
    }

    Best regards,
    Jordan Shannon

    #911963

    That did it! Thank you so much! I really Appreciate it!

    Tim

    #911978

    Hi,

    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 Shannon

    #912001

    I got everything I needed. Feel free to close the thread. Thank you again!

    #912067

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Posts Date on pages, Read More/Author font size, Excerpt line-height’ is closed to new replies.