• The appointment widget on the right is a MindBody widget. If you look at the drop box listings the font is grey and harder to read. I want to make it black. The color defaults to grey st in a div header section. This is the screenshot that shows where the color comes from and how ti can be changed. I am not a coder, but is there a custom css that can affect this and change this to black? Not sure if I can affect the widget font color… I am trying to learn but I am dyslexic and sometimes hard. I don’t know how to identify the section and target the ctyle I want to effect.

    WESEND SCREENSHOT: https://we.tl/t-VjAPJxa92q

    • This topic was modified 5 years, 6 months ago by ewingworks.
    • This topic was modified 5 years, 6 months ago by ewingworks.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Stef

    (@serafinnyc)

    You can add this to affect the select drop downs.

    .fl-module-content select{
        color:black !important;
        font-weight:bold !important;
        height:40px !important;
    
    }

    I added a height but you can just take it out.

    Thread Starter ewingworks

    (@ewingworks)

    Thanks, Stef Iw I’ll try that. Do I put this into the Custom CSS area and it knows where to apply or do I need to insert it into the CSS styling page Sorry I am trying to learn.

    Thread Starter ewingworks

    (@ewingworks)

    YOU ROCK!!!! Thank you so much!…..

    Thread Starter ewingworks

    (@ewingworks)

    If you don’t mind can you tell me where the “.fl-module-content” is identified or where you find it so I can learn how to know how to find what I need to be affecting? Won;t bother you further, so appreciate your help already.

    Stef

    (@serafinnyc)

    You’re welcome. See screenshot

    View post on imgur.com

    You’re not a bother. As long as we’re not coding the site for you :o)

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Just dropping in to mention this one: https://developers.google.com/web/tools/chrome-devtools/css/

    Google has some neat documentation on how to get those things too. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom CSS to change font color in widget’ is closed to new replies.