Okay
  Public Ticket #775392
Opening Hours Widget
Closed

Comments

  •  2
    Becca started the conversation

    Hi! 

    Love the theme! Just having a little trouble. On the middle footer in the Opening Hours Widget the text Saturday is showing up white and only on the Saturday text. I've gone through all the settings and can't seem to remedy this. Please let me know if you have any idea or if you can fix it.

    Thanks,

    Becca

  •  1,611
    Barry replied

    Hi Becca

    You can change the color with custom CSS. Please paste the following under Appearance > Customize > Theme Options > Custom CSS and change the value of the color to your own needs:

    .footer .opening-hours ul li.today { color: red; }

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Becca replied

    Awesome thanks! And how would I change the footer extra navigation and our services ACTIVE color and HOVER color from white? Can't seem to find an option for that either...

  •  1,611
    Barry replied

    Hi Becca

    For the hover color you can add the following:

    .footer .widget_nav_menu ul li a:hover { color: red; }

    And for the active color:

    .footer .widget_nav_menu ul li.current-menu-item a { color: red; }

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Becca replied

    Hi thanks for the timely response! These are not working to change the color of the hover color and active color in the footer.

  •  1,611
    Barry replied

    Hi Becca

    You're welcome!

    Can you try it with the following CSS. These should work. For the hover color: 

    .footer .widget_nav_menu ul.menu li > a:hover { color: red!important; }

    For the active color:

    .footer .footer--middle .widget_nav_menu ul.menu li.current-menu-item > a { color: red!important; }

    Only change the value red to your own needs.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Becca replied

    Hi Barry! These are still not working to change the active and hover color.

  •  1,611
    Barry replied

    Hi Becca

    Can you provide me a login (please create a private comment for that so no one will see the credentials) and I will take a closer look.

    Thank you!

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •   Becca replied privately
  •  1,611
    Barry replied

    Hi Becca

    Thank you.

    It is working now. Can you check it at your site? I paste the code in to the custom CSS field, if you need to change the color value you can change it there :)

    Let me know if you have any questions.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Becca replied

    Thanks so much, Barry! It's working perfectly!

  •  1,611
    Barry replied

    You're welcome! That's good to hear!

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes