• Hey! How’ve you been?

    I’ve changed the color of the content from white to a greyish pink, however, some backgrounds remain white.

    Give a look, for example at:
    vascoferraz.com (at the very end)

    vascoferraz.com/projects/eeprom-check/ (paypal donation background)

    So, my question is if it possible to override this white color using the Mantra settings menu instead of messing aroung with CSS.

    I already, messed up with CSS to fix this, but this method has a second problem bacause after an update all my changes are lost.

    Thank you so much.

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you referring to the backgorund of the bit of text that reads:

    When you’re about to quit try again 10 times harder

    Also, you’re right that if you make changes to the theme files they will be overwritten with the next update. However, if you setup a child theme structure then these changes will not be overwritten. When making changes we advise you use a child theme:

    Learn how to setup a child theme here.

    Let me know once that’s done and we can target the css.

    Thread Starter KenshinPT

    (@kenshinpt)

    You’re right, that’s the stament you pasted.

    Thanks for the child theme information 🙂 I’ll try it for sure.

    Regards

    OK great,

    To change the color at the bottom of the homepage add the following to the style sheet in your child theme:

    blockquote,
    .entry-content code {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

    To change the PayPal background add the following to the style sheet in your child theme:

    Let me know if that doesn’t quite cover everything you want or covers too much!

    Afzaal

    Thread Starter KenshinPT

    (@kenshinpt)

    thanks! that helped 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Colors!’ is closed to new replies.