Home › Forums › Pro Support › I need to change the TITLE font size
- This topic has 12 replies, 2 voices, and was last updated 6 years, 8 months ago by
Tom.
-
AuthorPosts
-
January 26, 2017 at 4:31 pm #1509
Jesus
ParticipantI 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:
Please help
Thank you!January 26, 2017 at 4:39 pm #1510Jesus
ParticipantI use the PRO version
January 27, 2017 at 12:39 am #1511Tom
KeymasterThis 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 🙂
January 27, 2017 at 7:14 am #1512Jesus
ParticipantHi 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 MarinJanuary 28, 2017 at 12:43 am #1513Tom
KeymasterWhat if you do this?:
.wp-show-posts .wp-show-posts-entry-title { font-size: 10px !important; }
January 28, 2017 at 10:02 am #1521Jesus
ParticipantSorry, same problem:
CCS code:
https://www.evernote.com/l/AaHGqx7BUS1KjrTlN5vdsev3tHnggatYr-kPage:
Jesus Marin
January 28, 2017 at 11:12 am #1522Tom
KeymasterCan 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.
January 30, 2017 at 8:29 am #1538Jesus
ParticipantI 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 MarinJanuary 30, 2017 at 4:57 pm #1541Jesus
ParticipantI try today using this plugin: WP Add Custom CSS
But the same problem,
Jesus Marin
January 30, 2017 at 5:09 pm #1542Jesus
ParticipantTo 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 MarinJanuary 30, 2017 at 5:33 pm #1545Tom
KeymasterSorry 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?
January 30, 2017 at 9:12 pm #1546Jesus
ParticipantThank you, now works fine!!
Happy Customer and waiting for the next version!
Jesus MarinJanuary 31, 2017 at 12:13 am #1547Tom
KeymasterAwesome, thanks! 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.