Closed DaceyForward closed 1 year ago
You can check the class or id name by opening up your inspector and target that class/id name in your CSS and change the styling
It doesn't have a class name and we tried to target the tag name of 'label' but it didn't work either. Is there a way to add a class or id?
Try targeting the label in the inspector and add styling to it and see if that works. if that does work you can do something like
.responsive-table label {
css styling here
}
I've tried both ways and it still isn't working
would i need to clear my cache again?
That actually worked, clearing my cache 🙌
The cache is always the issue! Glad it's working!
Describe the bug A clear and concise description of what the bug is. Not a bug, but I want to change the font size of our add birthdays form, but I can't figure out how to access the fields from the model.
What is the problem you are trying to solve? I can't figure out how to access the fields from the model.
Expected behavior A clear and concise description of what you expected to happen.
I want the fields on the right to change font size in css
What is the actual behavior? A clear and concise description of what actually happened. see above photo
Post any code you think might be relevant (one fenced block per file) birthday_form.html
What is your best guess as to the source of the problem? I'm not accessing the fields correctly
What things have you already tried to solve the problem? I've tried adding classes and ids to different areas of the html (form and table tags)
Additional context Add any other context about the problem here.
Paste a link to your repository here https://github.com/DaceyForward/Pod1-Project-3.git