Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33441
    RaeVen
    Guest

    Hello,

    My website onewordfitness.com has a privacy page and terms and coditions page displayed in the footer section on the homepage. The text color is white and so is the background. I do not want to change the entire layout color of my website but there is no option to just change the text color in the footer section only. Is there another way I can change the color of the text with out changing the pages background color?

    Thank you.

    #33447
    Jesse Owens
    Keymaster

    Hi RaeVen-

    Thanks for the question, and thanks for using the WordPress Page Builder plugin from BoldGrid. It looks like that footer is being added by the WP AutoTerms Plugin outside of the normal footer styles for your theme, which is why it’s not getting the correct colors and background.

    Here’s an easy fix for you. Navigate to Customize > Advanced > Custom JS & CSS and paste this snippet into your Custom Theme CSS field:

    .wpautoterms-footer {
        background-color: #8224e3;
    }
    

    I copied the lavender-purple color (#8224e3) that’s at the bottom of your last block so it looks consistent for you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Terms and Conditions and Policy Page Background Color’ is closed to new replies.