Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #453936

    Hi, when I use the Blog Posts element in the Advanced Layout Editor the title of the Blog Posts in a grid takes on the same colour that I have set for headings.
    How can I set it so that I can change the Blog Post titles in just the Blog Grid element without changing the settings for Headings elsewhere.

    I tried this but it didn’t work.

    .slide-entry-title entry-title
    {
    color: #60abe5!important;
    }

    #454223

    Hi,

    Can you post the link to the site please?

    Regards,
    Josue

    #455068
    This reply has been marked as private.
    #455102

    Hey!

    Please add following code to Quick CSS

    h3.slide-entry-title.entry-title {
      color: red;
    }
    .read-more-link a {
      color: blue;
    }

    Regards,
    Yigit

    #455233

    That is perfect, thanks Yigit.

    I have noticed that when I set the Blog grid to show
    Title – Snippet – Read more link
    that the snippet only appears for Blog posts that were created WITHOUT using the advanced layout editor.
    Is there a way to get them to appear for both?

    If not, no problem.

    #455389

    Hey!

    Yes there is, but you have to do it manually in the Excerpt field in the edit screen of the post. If you don’t see the field then click screen options in the top right hand of the screen and select to show the Excerpt field.

    Regards,
    Rikard

    #456035

    Hi Rikard, that has fixed it. Thank you, you may close this thread now.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Blog Grid Titles Colour Change’ is closed to new replies.