CSS Edits
-
Michael,
This really more of a general coding question. I am learning a bit as I work with wordpress and get help from guys like yourself. I put the following in my child themes custom css and they didn’t override the plugin files. Why didn’t they override the files? What I had before this was all of the edits inside of the actual plugin files, which I now know will disappear with updates. By the way, the changes I made were minor.
/*removes margin and opacity from achievement list*/ .badgeos-achievements-list-item .badgeos-item-image { width: 16%; padding-right: 4%; display: block; float: left; margin: 0 0px 0px 0; opacity: 1; } /*removes margin and opacity from thumbnail image of selected achievement*/ .achievement-wrap .badgeos-item-image { margin: 0 0px 0px 0; opacity: 1; } /*congratulations modal font*/ .badgeos-congrats-achievement .content { font-weight: 700; max-width:100%; padding-left:0em; position: relative; float: left; } /*congratulations modal top bar background and font color*/ #TB_title { background: #544643; color: #eee; } /*display no image in congratulations modal*/ .badgeos-congrats-achievement .image { display: none; } /*congratulations modal title font size*/ .badgeos-congrats-achievement .title { font-size: 2em; line-height:1.4em; font-weight: bold; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS Edits’ is closed to new replies.