Notifications
Clear all

Change heading H5 to div

3 Posts
2 Users
0 Reactions
13 Views
Posts: 4
Topic starter
(@bios2000one)
Active Member
Joined: 1 year ago

Hello, my "Latest Comments" heading is displayed as an H5 heading. I'd like to change this, but I can't find the setting. Where or how can I change it to a different heading (H4) or a div?

Sitelink

Thanks in advance.

l1

 


2 Replies
Astghik
Posts: 6584
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi,

You can easily apply any CSS code to change the style of the header. There is no need to modify the HTML structure—simply apply your CSS rules to the following selector:

#widget-comments-container h5 

For example, if you want to change the color, use this code:

#widget-comments-container h5 {
   color: red;
}

Add the CSS code in the “Widget Custom CSS” textarea. It's located in the Dashboard > Comments > Settings> Addons > Widgets tab.

 


Reply
Posts: 4
Topic starter
(@bios2000one)
Active Member
Joined: 1 year ago

Hello, I don't want to change the appearance, but rather remove the H5 heading. From an SEO perspective, this H5 heading is problematic, and I would prefer a DIV. Thanks and regards.


Reply
Share:
Scroll to top