• Resolved Liz

    (@elc95736)


    Okay so my newest issue is that suddenly my custom CSS for several things isn’t working. They are reverting to the original look. For example, my links are no longer showing the design I put in my coding (blue without an underline).
    My site: https://doehrmann.com/wordpress/

    a {
        color:  #0099cc;
    }
    
    a:hover{
        color: #006b8f;
        text-decoration: none !important;
    }

    The other thing is the “Start A Project” link in my nav.bar is supposed to have a button around it and it disappeared. I realize it’s something I probably messed up while editing other things in my custom CSS, but I just need to know where the problem is stemming from. Would appreciate any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Liz!

    If you have more custom css code i recommend you to remove all custom css and save it on a external file on your desktop. After that paste block by block and test. Maybe one of your styles are overriding or braking the other styles.

    Let me know your findings…

    Thread Starter Liz

    (@elc95736)

    Thank you, I will try that!

    Thread Starter Liz

    (@elc95736)

    It worked, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS suddenly not working’ is closed to new replies.