We're merging with GenerateBlocks! Learn more here.

[Resolved] I need to change the TITLE font size

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support I need to change the TITLE font size

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1509
    Jesus
    Participant

    I try to change the TITLE font size using the following code:

    .featured-column .wp-show-posts-entry-title {
    font-size: 18px;
    }

    .featured-column .wp-show-posts-entry-meta {
    font-size: 13px;
    }

    .featured-column .wp-show-posts-entry-summary,
    .featured-column .wp-show-posts-entry-content {
    font-size: 17px;
    }
    .wp-show-posts-entry-title {
    font-size: 18px;
    }

    .wp-show-posts-entry-meta {
    font-size: 13px;
    }

    .wp-show-posts-entry-summary,
    .wp-show-posts-entry-content {
    font-size: 17px;
    }
    a.wp-show-posts-read-more,
    a.wp-show-posts-read-more:visited {
    border-radius: 0;
    font-size: 12px;
    }

    but just the READ MORE works, my url:

    Nuevos Supervisores y Gerentes

    Please help
    Thank you!

    #1510
    Jesus
    Participant

    I use the PRO version

    #1511
    Tom
    Keymaster

    This is the selector you need to use:

    .wp-show-posts .wp-show-posts-entry-title {
        font-size: 18px;
    }

    There’s an option for this coming in the next version of Pro 🙂

    #1512
    Jesus
    Participant

    Hi Tom!

    Thank you for you answer and good news, but I have the same results.

    This is now my actual ccs code:

    wp-show-posts .wp-show-posts-entry-title {
    font-size: 10px;
    }
    a.wp-show-posts-read-more,
    a.wp-show-posts-read-more:visited {
    border-radius: 0;
    font-size: 11px;
    }

    I try to change to a standard WP Theme with the same problem.

    Thank you!
    Jesus Marin

    #1513
    Tom
    Keymaster

    What if you do this?:

    .wp-show-posts .wp-show-posts-entry-title {
        font-size: 10px !important;
    }
    #1521
    Jesus
    Participant
    #1522
    Tom
    Keymaster

    Can you try adding that CSS above any other custom CSS you have? You might have broken CSS in there which stops the rest of the CSS from being read.

    #1538
    Jesus
    Participant

    I am ready try this, my template have a special section tu add the CSS, the READ MORE works fine but the TITTLE same results:

    https://www.evernote.com/l/AaE-VtwIR65J5bSAYaLkLR6t1NXIQ7ZlOk8

    I also try to addd the CSS in the page ( we using visual composer )

    Any other possible suggestion to solve my problem?

    Thank you for you support!
    Jesus Marin

    #1541
    Jesus
    Participant

    I try today using this plugin: WP Add Custom CSS

    But the same problem,

    Jesus Marin

    #1542
    Jesus
    Participant

    To rule out a potential conflict, all the pluging was disabled and use also Twenty Fifteen Theme. Same problem.

    One question I have both plugins the WP Show Posts and the WP Show Posts PRO active, is correct?

    I need to find a solution please,
    Thank you!
    Jesus Marin

    #1545
    Tom
    Keymaster

    Sorry about that – just made an adjustment to the CSS above: https://wpshowposts.com/support/topic/i-need-to-change-the-title-font-size/#post-1513

    Can you give it another shot?

    #1546
    Jesus
    Participant

    Thank you, now works fine!!

    Happy Customer and waiting for the next version!
    Jesus Marin

    #1547
    Tom
    Keymaster

    Awesome, thanks! 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.