• Resolved janewp1971

    (@janewp1971)


    Hi is there a way to change the background (box) color of a block quote? And also the fields for the contact form? I’d like the background to be darker – right now it’s white.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hello @janewp1971!

    Of course, there is a way, but, since your site is currently in the maintenance mode, I can’t help you with that right now.

    Please, let me know when your website is available, then I will able to help you.

    Regards

    Thread Starter janewp1971

    (@janewp1971)

    thx it’s live now

    Theme Author themevision

    (@themevision)

    Hi,@janewp1971!

    Here are the right CSS codes for you: (Insert it in Customizing->General->Additional CSS)

    .entry-content blockquote{ 
        background-color: gray;
    }
    #wpforms-form-55 input,
    #wpforms-form-55 textarea {
        background-color:gray;
    }

    Change the background color per your wish.

    Regards

    Thread Starter janewp1971

    (@janewp1971)

    worked great – thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change background color of block quotes’ is closed to new replies.