• Resolved Jods

    (@jods)


    I updated CSS Junkie to Version 0.1.4 today and some of my codes which were already in the Custom CSS are now not working. In particular, I changed my navigation hover colour using this code: /* Menu navigation hover colour changed */

    .main-navigation a {
    color: #e2e2e2 !important;
    }

    .main-navigation ul li:hover > a {
    background: #0c7c7c !important;
    color: #FFFFFF !important;
    }

    It was working perfectly before the new update, now the custom CSS will not work using this code. Can anyone help me with this problem please as we were just about to go live with the website. Thank You.

    https://wordpress.org/plugins/theme-junkie-custom-css/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Theme Junkie

    (@themejunkie)

    Hmm..
    Please try to change .main-navigation ul li:hover > a to .main-navigation ul li:hover a

    Thread Starter Jods

    (@jods)

    Thank You, I even found the line that was the culprit in the css style sheet i copied and pasted it in the css junkie with the correct hex colour and it still did not work, I resorted to changing the line in the css style sheet with notepad and uploading the altered new stylesheet into my files and that worked, thank you for responding so quick.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with new Update’ is closed to new replies.