Is it possible to change the font colour to black, and increase the font size of the field tiltes within the submission form at all?
Thank you in advance.
Is it possible to change the font colour to black, and increase the font size of the field tiltes within the submission form at all?
Thank you in advance.
Hi! To change only on the listing submit page:
.hp-template--listing-submit-page .hp-field__label{ color: #000; font-size: 16px; }
or change all labels on your website:
.hp-field__label{color: #000; font-size: 16px;}
set the 16px to the desired size.
How to Easily Add Custom CSS
Thank you… I’ve tried adding this into the CSS element of my child theme however its not making any difference? Any thoughts on what I’ve done wrong? I set it to 25 for effect to see it it woudl work
Its still looks the same:
Hi! I see on your screenshot, you using RentalHive. That css what I posted here, that’s working with Listing Hive. Second thing, I recommend to add css from the front-end admin top bar->Customize->Additional CSS. When you put directly into the child theme’s style.css it sometimes will not working.
Finally, don’t forget to purge cache (if you have), and browser cache. The css is cached, and you will see the “old” version, sometimes your browser is simultaneously using the cached, and the new version.
Thank you… How do I change this for RentalHive? Is it a different code then? Can you help me with that?
I have not access to the RentalHive theme, but it seems to me that built on the same classes as Listing Hive, so try this way to add the css:
You cannot kill your website with css codes so give it a try.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.