Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #67540
    Nonno
    Participant

    On mobile view – Would like to display individual post *titles only* on mobile devices and NO text excerpt. Full post text would appear only when title is selected (as it does now).

    On desktop view – I do not want to affect the front page appearance – excerpt length set to 24 words for posts …this is perfect, and works well.

    Can this be done via CSS?

    #67551
    Sakin
    Keymaster

    @Nonno: YOu can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 767px) {
        entry-summary { display: none; }
    }
    #67556
    Nonno
    Participant

    @Sakin I tried fix …but no change on my Android …still see the excerpt text below title.

    Mobile cache was cleared before testing.

    If you want to check change on my site:

    http://www.usrtownsquare.org/blog/

    Thank you very much for the quick response.

    #67565
    Sakin
    Keymaster

    @Nonno: Sorry there is missing dot, please update css as below:

    @media screen and (max-width: 767px) {
        .entry-summary { display: none; }
    }
    #67577
    Nonno
    Participant

    @Sakin: Oooops! I should have caught that. The fix worked perfectly …exactly what I was trying to do.

    Thank you for all your help. Without a doubt, this is the best WordPress theme ever …and support is outstanding!

    #67598
    Sakin
    Keymaster

    @Nonno: Thanks for your appreciation. Please support us my providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform.

    Thanks 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Titles only on mobile’ is closed to new replies.