-
AuthorPosts
-
January 16, 2021 at 3:05 pm #1272936
Hi
I have followed a number of threads in trying to alter the font size and colour of the blog grid title and content with varying success.
I want to reduce the size of the title without changing it for other titles elsewhere. I also need to change the colour of both the title and the excerpt.Also even though I have disabled comments and unchecked the show comments count in blog layout, I still see the ‘comments 0’ in the blog grid. Can this be removed?
I include login details in the private content.
Thank youTia
January 18, 2021 at 6:47 am #1273241Hey Tia,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1064 .avia-content-slider h3.slide-entry-title { font-size: 24px; color: #000; } .page-id-1064 .avia-content-slider .slide-entry-excerpt { color: red; } .page-id-1064 .avia-content-slider .slide-meta .slide-meta-comments, .page-id-1064 .avia-content-slider .slide-meta .slide-meta-del { display: none; }
Best regards,
RikardJanuary 18, 2021 at 12:07 pm #1273309Hi Rikard
Thank you for getting back to me.
That code fixes most of the issues but still the title is white and large font even though the code should make it black and small font.
I changed the font size to 8 (just to see if it was taking effect)Here’s what I used:
.page-id-1064 .avia-content-slider h3.slide-entry-title {
font-size: 8px;
color: #000;
}.page-id-1064 .avia-content-slider .slide-entry-excerpt {
color: red;
}.page-id-1064 .avia-content-slider .slide-meta .slide-meta-comments, .page-id-1064 .avia-content-slider .slide-meta .slide-meta-del {
display: none;
}January 19, 2021 at 1:11 pm #1273689Hi,
Thanks for the update. I can’t check your site, since the page password doesn’t work anymore, and the WordPress login page returns a 403 forbidden error.
Best regards,
RikardJanuary 19, 2021 at 2:24 pm #1273716Sorry Rikard.
The password is now as before – in the private data.Thanks
TiaJanuary 21, 2021 at 1:21 am #1274250Hi Rikard
Were you able to access the site to check out why the CSS doesn’t work for the title in the Blog Grid??I also found another strange problem. I have a button on a Color Section – but the button link is not working. Very strange. I show the page link below in the Private data.
Many thanks for your help.
Tia
January 21, 2021 at 3:02 am #1274253Hi,
Sorry for the late response. You should be able to use this css code to adjust the font color and size of the post title.
#top h3.slide-entry-title a { color: #000000 !important; font-size: 16px !important; }
The previous css code that Rikard provided above should change the color of the excerpt.
.page-id-1064 .avia-content-slider .slide-entry-excerpt { color: red !important; }
We are not seeing the comment count info anymore.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelJanuary 25, 2021 at 3:28 pm #1275278Thank you Ismael
You can close this thread.Kind regards
TiaJanuary 26, 2021 at 7:38 am #1275399Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘how to change the title and content font size and colour in blog grid layout’ is closed to new replies.