Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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 you

    Tia

    #1273241

    Hey 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,
    Rikard

    #1273309

    Hi 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;
    }

    #1273689

    Hi,

    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,
    Rikard

    #1273716

    Sorry Rikard.
    The password is now as before – in the private data.

    Thanks
    Tia

    #1274250

    Hi 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

    #1274253

    Hi,

    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,
    Ismael

    #1275278

    Thank you Ismael
    You can close this thread.

    Kind regards
    Tia

    #1275399

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘how to change the title and content font size and colour in blog grid layout’ is closed to new replies.