• Right now it is cutting off the blog titles. I was wondering if we could expand the maxmium characters. Orange circle in picture below. I want it to read the complete title. So instead of “Alaska – Picking the Right Itin…” it would read “Alaska – Picking the Right Itineraries”

    Also, how do I change the color of the items I circled in green in the picture below.

    Thank you so much!

    View post on imgur.com

    • This topic was modified 9 years, 3 months ago by harrtravel.
Viewing 1 replies (of 1 total)
  • You can change title length with following option
    Theme option -> Blog -> Posts -> Post Title Excerpt Length: change value as you want.

    For color change in green circle, add below style in your custom css box:
    *Change your color code, it will effect multiple place where this color use possible.
    Theme option -> Custom CSS

    .entry-header a,
    .entry-footer a {
      color: #ccc;
    }
Viewing 1 replies (of 1 total)

The topic ‘Maximum Blog Title Preview Length’ is closed to new replies.