Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1403688

    Dera Team,
    on my page below I want in the blog post grid to make the title font smaller plus a different color. And a different color for the “read more” link, too

    I did not find in the forum / docs how to get this done

    Thx a lot & best regards

    Tilman

    #1403791

    Hey Tilman,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-content-slider .slide-entry-excerpt {
      font-size: 14px;
      color: red;
    }
    
    .avia-content-slider  a.more-link {
      color: yellow;
    }

    Best regards,
    Rikard

    #1403825

    hey Richard,
    for content and excerpt it’s fine

    -> what is the code for modifying post titles font size & color accordingly?

    I have tried
    .avia-content-slider .slide-entry-title {
    font-size: 32px;
    color: red;
    }

    … but this does not work

    Thx again & best regards Tilman

    #1403866

    Hi,

    Please try this instead:

    .avia-content-slider .slide-entry-title a {
      font-size: 32px;
      color: red;
    }

    Best regards,
    Rikard

    #1403884

    Hi Rkard,
    thx- font size works, but color not with this code. Any idea?

    Best regards

    Tilman

    #1403932

    Hi,

    Try this instead:

    .avia-content-slider .slide-entry-title a {
      font-size: 32px;
      color: red !important;
    }

    Best regards,
    Rikard

    #1403943

    now we´ve got it :-)

    happy easter !

    #1403973

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
    Happy Easter to you too!

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘blog post grid font sizes / colors’ is closed to new replies.