faithlux

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Submit Button Colour Change?? #7801
    faithlux
    Participant

    I mailed you. Thanks for your effort :)

    in reply to: Submit Button Colour Change?? #7769
    faithlux
    Participant

    Problem is, that the website is a password protected wedding page..
    but i can create a new page, and copy the guestbook. this site isnt in the range of the password protection.

    normal css is easy, but i figured out, that css in combination with elementor is weird stuff😅

    let me know if this is okay for you? is there any mail or social media i can contact you?
    (just in case, if you are german, then lets talk in german.. i am a german.)

    in reply to: Submit Button Colour Change?? #7763
    faithlux
    Participant

    So if i try this, following Error Shows up.:

    Element (div.label) is overqualified, just use .label without element name.
    Element (label.text-info) is overqualified, just use .text-info without element name.

    And if i apply these changes, the font size changes, but the color is still the same..

    I try to apply the font weight by insert:
    font-weight: bold;
    this worked perfectly.. i can change all settings, except color..

    • This reply was modified 1 year, 12 months ago by faithlux.
    in reply to: Submit Button Colour Change?? #7761
    faithlux
    Participant

    label.text-info {
    font-size: 120%;
    }

    But when i wanna add the following code bellow the font-size, it doesnt change its color.

    color: #000000

    so the code shows like this:

    label.text-info {
    font-size: 120%;
    color: #000000;
    }

    How can i change the color??

    in reply to: Submit Button Colour Change?? #7750
    faithlux
    Participant

    Thank you. Worked perfectly. :)

    Now i got another Problem. I wanna chagne the Font Size and Font Color of the rows..
    Name*
    E-Mail*
    Message*

    those 3 are blue and very small by default. How i can change this??

Viewing 5 posts - 1 through 5 (of 5 total)