• Resolved quinnsteph

    (@quinnsteph)


    So I am having some issues with the mesocolum theme, basically, I want to add an opacity to the main content wrapper.

    .container-wrap I can find it in Firebug, I can even find it in the css file, but when I apply my style it will not work.

    Thing is that when I find the .container-wrap in the styles.css file, it does not declare the background-color???

    Could someone help me with this please?

    Thanks,

    Stephen.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter quinnsteph

    (@quinnsteph)

    Title is supposed to say “Where is….”

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hehe don’t worry you can still edit it when you edit your original post ??

    The general idea is to override CSS when you want to customise it, rather than edit the original styles. This also allows you to add any new style you want even if it doesn’t exist in the original stylesheet.

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .container-wrap {
          background: pink;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter quinnsteph

    (@quinnsteph)

    There is a child theme option, but i’ve not managed to get there yet lol..

    Theme Author Richie KS

    (@rkcorp)

    use the wp-admin->appeareance->theme option->custom css

    #custom #container-wrap { background:#cc0000 none; }

    Thread Starter quinnsteph

    (@quinnsteph)

    ^ Thank you so much! That’s such a help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘here Is This Css Selector??? Mesocolum’ is closed to new replies.