Issues with colors & buttons

I have been trying to tweak my color scheme, but I cant seem to find where I can change the font color on my buttons for the life of me. Also, I don't see where I can change the font color in the Title section for Quick Fact module. Lastly, how do I change the content for the "Buy Now" button that seems to be stuck in my main nav?

Comments

  • Hey,
    1. The font color for buttons is in theme options>colors>content
    2. The buy now button is using the "action button" feature of the theme, you can edit it in theme options>header>extras
    3. The shortcodes colors can be changed in theme options>colors>shortcodes.
    thanks
  • Thanks. I've literally changed every option and cant find where to get the buttons and Quick Fact module to display white. Can you tell me the exact setting?

    Thanks
  • 1) Please use this CSS code to change the color of the quick fact module
    .quick_fact .title{
    color:white !important;
    }

    2) What exactly do you want to change in the buttons? The font?
    Also, where exactly would you like to change it?
    Thanks
  • Thanks. That changed both color issues for me.

    Wondering why a code is needed and those don't follow the global controls in the theme options....
  • Some of the colors are inheriting the color from other elements (to prevent getting massive amount of the css code which is coming from the database every time you get into any page)
    That's why, some of them require the custom css code to style it.
    Thanks
  • Ok. Thank you.
Sign In or Register to comment.