change "comment" "date" and "topic" font

Hello,

i would like to change three fonts.

  1. “no comments yet” is there any possibilty to change the text and font?
  2. #4” (Headertopic?)
  3. “the date when published”

Shortly i´d like to change all fonts into “tahoma”. Other fonts are changed by myself with “easy google font”

Can anyone tell me .css codes?

www.panomarama.de

Cheers!

Hi @panomarama,

I hope you are well today and thank you for your questions.

You can change the text “No comments yet” by using custom plugin solution shared in the following topic.

https://colorlibsupport.com/t/serach/#post-78933

You can try changing their font to Tahoma by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .entry-title a,
span.comments-link a,
#page .entry-meta span.posted-on {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

Please make sure the Tahoma font is loaded on your site.

Best Regards,
Movin

Hey Movin,

thanks for this amazing support.

I have one more problem with a font. This isn´t “tahoma”. Can you mybe send me the right css-code to change it?

Thanks!

Okay, slowy i understand this css :slight_smile:

I´ve added this:

.entry-title, .entry-title a {
    font-family: "tahoma", sans-serif;
	font-style: normal;
    color: #666666;

}

and it works!

You are most welcome here :slight_smile: