mycalendar migrate refresh.css problem
-
I updated to version 3.4.1 I migrated my custom refresh.css as directed. I thought that in doing this, the plugin would thereby use my custom css file. It is NOT using my css file. when I compare the files as directed the file “in use” is probably the one in core. the latest “from plugin” one is my file. I would like to use my file but I cannot find a way to do this. I am using the twentyeleven theme which is not one of the choices in the style drop down. Please advise asap. thanks.
More info: on the server there are two files in the directory: wp-content/plugin/styles (note not under wp-content/plugins/my-calendar) They are refresh.css and twentyeighteen.css Under wp-content/plugins/my-calendar/styles directory there are the twentyeighteen thru twentytwentytwo.css files some light and dark.css files and refresh.css. The refresh.css file in both places is my custom file there. I don’t think the plugin software is using my refresh.css file though.
My custom css file put margins around each entry.
/* HMA-11-16-14 see margin in main declaration below here. widen space bet events */
.mc-main td h3, .mc-main td h3 a {
display: block;
border-radius: 2px;
font-size: 10px !important;
font-family: Arial, sans-serif;
font-weight: 400;
margin: 1px 0 5px !important;
padding: 1px 1px;
clear: none;
line-height: 1;
text-transform: none;
letter-spacing: 100%;
}The page I need help with: [log in to see the link]
- The topic ‘mycalendar migrate refresh.css problem’ is closed to new replies.