Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #361298

    I tried adding the following to Quick CSS to get rid of the padding on the header.

    #header_main > .container {	
    	background: red;
    	padding: 0px 0px !important;
    }

    This works and the BG turns red as a quick confirmation.

    Copying this into custom.css the effect is not applied! The padding and background are lost.

    Why does it work from Quick CSS but not custom.css? This seems to be a bug

    #361552

    Hi mooreaa!

    Do you have any other codes in Custom.css file? If so, please make sure that you are not missing any curly brackets or that you have any extra.
    Also please make sure that files have correct permissions – http://codex.wordpress.org/Changing_File_Permissions

    Cheers!
    Yigit

    #361901

    Hi, looks like my issue is that Custom.CSS is not running at all. Placing it in Style.css for my child theme works so I am doing this for now. However, I believe I read somewhere that this may be an issue do to include order precedence?

    File permissions are correct. Tested with minimal file and doesn’t seem to be running.

    #362403

    Hi!

    You can use Style.css file of your child theme to add your custom CSS code. I am marking the thread as resolved. If you have any other questions or issues, please feel free to start a new one :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘#header_main > .container can only be changed from QuickCSS but not custom.css’ is closed to new replies.