Questions about the 'Read More' text and the post titles

  • Posted in : Editor
  • meymigrou
    Participant

    Hello,

    First things first, the last couple of days you guys reply to our topics very fast, and that’s awesome! Keep it up :) Now I have some problems I want to fix and one question.

    1. How do I remove the ‘Read more’ from quotes? In Editor demo I don’t see any ‘read more’ text bellow the quotes but in my theme I have them. Am I doing something wrong?

    2. How can I change the title size and make them border?

    3. Below every post, Editor displays 3 “YOU MAY ALSO LIKE” posts, how can I make it display 6 posts?

    Question: If some day I purchase another theme from Pixelwars, let’s say ReadMe theme or Photographer, and do the change, what will happen to my shortcodes inside the articles? I want to change my theme (some day) but I want my articles to display all the shortcodes as Editor does.

    serkan
    Moderator

    Hi @meymigrou;
    1) You can use this custom css code;

    .format-quote .more { display: none; }

    2) You can use this custom css code;

    .blog-masonry .hentry h1 { font-size: 15px; border: 1px solid #ccc; padding: 4px; }

    3) It is not possible to make it display 6 posts.
    We are including mostly the same shortcodes in other themes but you better check out before you buy.
    Thanks

    meymigrou
    Participant

    Hi Serkan,

    Thank you for providing me the codes, but I don’t want to change the homepage titles, I want to change the articles inside posts :)

    serkan
    Moderator

    Hi @meymigrou;
    Titles has the same class. Could you provide me your related url and i can help you more. . You asked me that how to change the title size and make them border.
    .type-post .entry-header h1{ font-size: 15px; border: 1px solid #ccc; padding: 4px; }
    You can try this custom css code…
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register