AbnVet

Well-Known Member
Hello I have attached the current custom post fields I am asking, with the lightness of the style I would like to addjust the font maybe in increased hight and bold of possible is there another css options I can use for this
 

Attachments

  • message post example.png
    message post example.png
    6 KB · Views: 13
You'll need to inspect the HTML and find this snippet, then you can use CSS to customize the elements in there:
Screenshot_18.png



Code:
[data-field="testdate"] {
    color: rgb(74, 74, 74) !important;
    font-size: 20px;
    background-color: rgb(243, 243, 243);
}

If you let me know what exactly you'd like to be changed, I can provide a little more specific CSS.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back