I am trying to edit css styling of the caption in the home slider but it seems like some of my styles are being overridden by styles in the orbit.css stylesheet even though I've marked them !important.
It seems as though orbit.css is being called after the child style.css...
Try giving them a higher specificity by adding html and body before the selector. Also make sure you are using the same selectors by inspecting the element you are trying to override using chrome dev tools . See screenshot for ref: http://prntscr.com/45cily .
I am trying to edit css styling of the caption in the home slider but it seems like some of my styles are being overridden by styles in the orbit.css stylesheet even though I've marked them !important.
It seems as though orbit.css is being called after the child style.css...
Oops.. the site is actually located at
http://inneroraclewellness.com/test
thanks..
Hey!
Try giving them a higher specificity by adding html and body before the selector. Also make sure you are using the same selectors by inspecting the element you are trying to override using chrome dev tools . See screenshot for ref: http://prntscr.com/45cily .
Cheers
ThemeNectar Support Team
That worked. Thank you..