Okay
  Public Ticket #252010
orbit.css overriding my child style.css stylesheet
Closed

Comments

  • Celeste started the conversation

    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...

  • Celeste replied

    Oops.. the site is actually located at

    http://inneroraclewellness.com/test

    thanks..

  •  8,839
    Tahir replied

    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 

  • Celeste replied

    That worked. Thank you..