Changing the color skins through the Child Theme?

Hello,
Thank you once again for your great theme!
I am tweaking the skin colours of the various layouts. The css for this it seems, I can only edit in the main theme css/skins?
Like this I loose the colours I set, each time Betheme updates.

For example:

a.button, a.tp-button {
    background-color: #eea200;
    color: #ffffff;
}
.quick_fact .number-wrapper .label {
    color: #eea200;
}

My css knowledge is only basic. Can you tell me how I can add these css lines through the child-theme's css?
Thank you!

Comments

  • Hello,
    If you want to apply the CSS code only, you don't have to use the Child Theme
    Please apply your whole CSS code into the Theme Options > Custom CSS & JS > CSS
    You will not lose the code while updating the theme :)

    Thanks
  • Hi Pablo,
    Thank you. This I know and works well. 
    Although if I add css there, it applies to the main theme layout.
    I do not know how to set these for the specific colour "Layouts" (wp-admin menu).

    Their css is all defined in the folder betheme/css/skins

    Thank you.
  • Even if you use some color from skin templates, you can overwrite them with the Theme Options > Custom CSS & JS > CSS, just add at the start of css code body.color-olive (just for example)

    But, if you want to change the colors with the Child Theme, just place it in the same location as in original betheme.
    See this documentation, it will be best for you:

    Thanks

Sign In or Register to comment.