• I know it’s an RGBA thing but I can’t seem to find the right line of code to edit the main content container. If anyone has a thought, please let me know

Viewing 6 replies - 31 through 36 (of 36 total)
  • Thread Starter IronDove

    (@irondove)

    I did the @ import but the theme wouldn’t work. It kept saying that the template was missing. I made sure all the template files were in place but still no luck. Only way it seemed to work was to upload the entire style.css

    I can try again but now I’ve made quite a bit of changes in color etc…

    What would you suggest at this point

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding !important on the end of your style to see if you have a CSS specificity issue, e.g,

    #main {
     background-color: rgba( 0,0,0,.5) !important;
    }

    Thread Starter IronDove

    (@irondove)

    That was it! You’re Awesome!!! Thanks so much ??

    Wondering if you can suggest why I was not able to create the mantra-child without adding the entire style sheet and files. I know other themes all I had to do was put the @import and everything worked fine.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’d start up a new thread about that, and resolving that should also resolve our need to use ‘!important‘.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Make a new thread in Mantra’s subforums this time: https://www.ads-software.com/support/theme/mantra#postform

    Thread Starter IronDove

    (@irondove)

    Will do. Thanks!

Viewing 6 replies - 31 through 36 (of 36 total)
  • The topic ‘Mantra Theme make main container 50% transparent’ is closed to new replies.