Why do the first two keywords look different?
Hi wishpacker, You can add the following CSS code to your site:
ul.tags li a { padding: 8px 24px; font-size: 16px; color: #fff; line-height: 24px; background-color: #49afcd !important; border-color: #2f96b4 #2f96b4 #1f6377 !important; border-radius: 0; vertical-align: middle; } ul.tags li a:hover { background-color: #2f96b4 !important; border-color: #25cff2 !important; }
Thanks, it worked. But why did it look different? They were keywords like the others?
Not quite sure how you setup the first 2 tags but on frontend, there is 'label' class added for these tags
btn btn-sm label label-info
There is style defined for this 'label' class by default so it looks differently like that 🙂