Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • teresa yeung Friend
    #878821

    Hi

    I cannot figure out where to change the DARK BLACK to a different colour, can you show me where to do that

    thanks very much for supporting us


    1. Capture-12
    2. 2Capture-3
    Pankaj Sharma Moderator
    #879576

    Hi
    To change the BG color of modules , Add this code in custom.css

    .t3-module.dark {
        background-color: #2d2d2d!important; }

    To change the button inverse color add this code

    .btn-inverse {
        color: #ffffff!important;
        background-color: #333333!important;
        border-color: #262626!important;
    }

    Change the color code with your color codes .

    teresa yeung Friend
    #889720

    How I can change background of website. Now it is with white color. I have to set image as background (http://www.theseventhhappiness.com/templates/yoo_air/images/sunrisemasterteresa.jpg).

    Pankaj Sharma Moderator
    #889729

    Hi
    You can apply the bg on t3-wrapper via custom.css
    Like below example :

    .t3-wrapper {
        background: url("http://www.theseventhhappiness.com/templates/yoo_air/images/sunrisemasterteresa.jpg") }

    it apply on full site
    if u want container color to be in white also use below code

    .t3-wrapper > .container {
        background: #fff; }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum