CSS help
Danica C
Registered: 2/7/20
|
CSS help
Feb 7, 2020 8:12 PM
Hi everyone. I am kind of OCD about my website look. I want all headings and titles matched by color, etc. This means I will use the CSS portion of OwnerRez with my widgets. I know how to use CSS but I don't know how to use it on OwnerRez. For example, on my website, I would write the CSS and give each style a name, and then I would call that name in the html code when I wanted to use that style. However, with a widget, I don't know what names the widget is calling. I can't see the widget code. How do I use CSS on OwnerRez? Specifically, I want the headings on my fillable blanks (like name, phone number on the quoting/inquiry widget) to be navy blue instead of black. How would I get that? Thanks! Here is the widget on my page: |
Chris Hynes
Registered: 10/19/12
|
Re: CSS help
Feb 8, 2020 2:53 PM
You can also apply CSS on element types or other classes already there. In this case it looks like you already figured it out :-D -- apply the color on the label element. We do need to go through and give each element in the widgets its own class so it's even easier to style -- that's on our voluminous TODO list already ;-) |
Chris W
Registered: 4/2/20
|
Re: CSS help
Apr 6, 2020 7:54 PM
I'm Having a similar issue and can't figure out how to get the Book Now Quote Info Box colors changed. I found that the class=booknow-quote-info box and changed the information I needed changed to: .background-color {rgb(191, 248, 70)} posted this in the OwnerRez Widget but doesn't seem to work. Am I missing something by not listing the CSS class? |