Hi,
I want to change HTML Field on comments forms.
But still i have no proper font-size and font-weight, how to change this?
my website: stage.dookolapracy.pl
Hi @jaryszek,
Please follow these steps:
1. Add some class or ID instead of CSS rules:
2. Navigate to Dashboard > Comments > Settings > Styles admin page add a CSS rule for this class in "Custom CSS Code" textarea:
Hi Astghik,
this is not working unfortunately.
I added class "komentarz" as you showed on screens.
But the main class is winning here:
I did my font-size: 12 px but still i have 14px because .single-article #comments p has 14px !important...
Please help,
Jacek
website: stage.dookolapracy.pl
please remove the CSS code you've added in "Custom CSS Code" textarea and put this one:
.single-article #comments #wpcomm p.komentarz {
font-size: 12px !important;
}
aa great, working like a charm!
Best,
Jacek