Overwriting CSS
-
Hi, I’d like to preface this with saying that i’m quite new to wordpress and web dev so apologies for the simple question.
I’m trying to overwrite the CSS for the tabbed schedule, just testing out with the now playing border to begin with.
in the schedule.css file, there’s this section:
#master-schedule-tab-panels .master-schedule-tabs-panel .master-schedule-tabs-show.nowplaying { border: 1px solid #F00000; }
So i’ve created the rs-custom.css and it’s located in the child theme directory as guided by the FAQ.
I have this line in that file:
#master-schedule-tab-panels .master-schedule-tabs-panel .master-schedule-tabs-show.nowplaying { border: 3px solid #478F85; }
and nothing else. This doesn’t work, the source code still shows the original red colour.
What am i doing wrong here?
Using version 2.3.3.3
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Overwriting CSS’ is closed to new replies.