• Resolved mvmcgee

    (@mvmcgee)


    Is there a way to change the color scheme so that it matches the rest of my site? I currently use a black background for content with white text. The white text on the Meetings page blends with the white rows. I’ve not found a way to edit the page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, you’re welcome to customize the color scheme as much as you need by adding CSS to your theme.

    I’m guessing you don’t know how to do that, right? Give me a link to your site and let me know what you want to do, and I can recommend some CSS to add.

    Thread Starter mvmcgee

    (@mvmcgee)

    Hi, thanks. I have limited experience working with CSS. I’ve added a bit to the customizer which affects the whole site. I’m just not sure how to do it with individual pages or plugins. What I’d like is to change the white rows on the /meetings page to black. And also on the individual meeting pages either change the text boxes to black to contrast the white text or just change the text to black.

    The site is demo.ncd12aa.org. I’m still building it; switching it over from a html site to WordPress. Thanks for any help you can give me.

    Here you go!

    #tsml .table-striped>tbody>tr:nth-of-type(odd){
      background-color: black;
    }
    
    #tsml #meeting {
      color: black;
    }
    Thread Starter mvmcgee

    (@mvmcgee)

    Thank you! Working great now!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Colors’ is closed to new replies.