Change colour of background box

Home Support Education Care Change colour of background box

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #322
    Anonymous
    Inactive

    Hello there!

    Any idea how to change the ‘grey colour’ at the bottom section that contains the text that reads ‘Looking to become a tutor/Email us today’. I managed to change it, but it also changed the parallax image backgrounds of the similar sections above it, so they must all be linked. I want the parallax scrolling background images to stay as is and ONLY change the background of the bottom grey colour. Any help is much appreciated!

    Here is the website.

    http://prosperatutors.com

    Cheers,
    Charlie

    #334
    ProDesigns
    Keymaster

    Hi @charlie,

    You can go to appearance >> customize >> additional css and pages following css to change background:

    #call-to-action-3 .overlay-area:before {
        background: none;
    }
    
    #call-to-action-3 #education-register {
        background: #c6a83e;
    }

    Change background as per your requirement.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.