Pre-defined colors

Home Forums WordPress Themes – Premium Lavish Pro Pre-defined colors

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16573
    Ellen
    Participant

    I’m curious where the button colors are defined. I would like to add a custom color.

    #21766
    Shekhar Bhandari
    Participant

    Hi Ellen,

    It’s defined in the css file, and have you look at the colors that are already available http://demo.styledthemes.com/lavish/colors/ you can use all this color to the buttons too.

    Let us know if you still don’t find the color that you want so we could provide you the custom css code.

    Thanks

    #21786
    Ellen
    Participant

    Hi Shekhar, I’m finally getting back to this.

    I don’t see references to these colors in the CSS. I was hoping I could either add a custom color to the group or change the hex color of an existing one so it would match my branding better. I just can’t see where those colors are defined to make the changes. (I’d like a color that is: #4082cd) You have some that are close, just not exact.

    Thanks for your help.

    Ellen

    #21792
    Shekhar Bhandari
    Participant

    Hi Ellen,

    Then you can use the following custom css and use it anywhere in the theme.

    .color_ellen {color:#4082cd !important;}
    .colorbg_ellen {background-color:#4082cd !important;} 

    Now you use the color using the class color_ellen for text color and colorbg_ellen for background color.

    Thanks

    #21805
    Ellen
    Participant

    Wonderful! Thank you for your assistance. I’m really loving this theme!

    #16574
    Ellen
    Participant

    Will this work for the other themes? i.e., Flat Responsive?

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