custom css not showing in browsers, but show on tablet/phone
-
Theme is OceanWP. I am trying to style the “Categories Search” Widget. So when I view my site while logged into WordPress all looks fine (using Chrome). On my tablet and phone (both Apple) all looks fine. When I log out and view in Chrome, IE or Edge, it is back to the basic style. After inspecting, none of my custom css changes seem to be there? Below is the code I am using and a pic of what I am trying to do…
.widget-title {
border-style: dotted !important;
border-color: #134ED7 !important;
}.theme-select {
border: 1px solid !important;
border-color:#134ED7 !important;
}.theme-select:after {
font-size: 20px !important;
color: #02AD00 !important;
border-left: 1px solid #134ED7 !important;
}I know I am doing something wrong…I am just not knowledgeable enough to figure it out. Thank you in advance for any help.
The page I need help with: [log in to see the link]
- The topic ‘custom css not showing in browsers, but show on tablet/phone’ is closed to new replies.