• Resolved Peggy

    (@lpjjonine)


    I am using the Azure Basic theme and I am having a lot of trouble with the style.css file. I add classes to the style.css file but they don’t show up in my website. I can see my classes on the inline part on the left side of Firebug but they don’t show up on the right side in the css information. This keeps happening over and over again. Why are my styles being ignored?

    Can someone please help me figure this out because i am wasting a lot of time with this!

    The site is https://healthinsuranceopts.com/new/

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add styles using a Custom CSS Manager plugin instead.

    Thread Starter Peggy

    (@lpjjonine)

    Thank you Andrew for your reply. I just installed the plug-in because I am so tired of fighting this.

    Do you know why this happens? I don’t know that I will use this theme again for this reason!

    Thank you again!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The reason is likely to be either CSS specificity or the nature of CSS (to cascade, prioritising styles cascading downwards).

    We never recommend editing the theme’s files anyway, because (one of many reasons) you’re just going to lose those changes when the theme updates.

    Plugins that provide Custom CSS managing facilities call CSS interally (within the <head> section) and after the theme’s stylesheets. This increases chance of overriding the theme’s stylesheets.

    Thread Starter Peggy

    (@lpjjonine)

    Thank you for your help Andrew and my styles were applied using the plug-in!

    Thank you again for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS styles are not showing up in website using Azure Basic’ is closed to new replies.