Okay
  Public Ticket #1159246
Hiding closed weekdays from footer widget
Closed

Comments

  • Dewdan started the conversation

    Hi, I would like to hide from the footer widget the Saturday and Sunday as my client is closed those days, anyway to do this?


    I really like the theme, thank you.
    I will rate it ones I finish the entire website, so I get a good feel how it works.
    Cheers

    Daniel

  •  1,609
    Barry replied

    Hi there,

    That requires a little bit of custom CSS. Please add the following via Appearance > Customize > Theme Options > Custom CSS:

    .footer .opening-hours ul li:last-of-type,
    .footer .opening-hours ul li:nth-last-child(2) {
        display: none;
    }
    

    I'm happy to hear you like the themeAnd thank you in advance for rating the theme, that really means a lot for us.

    If you have any questions please let me know

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  • Dewdan replied

    Thank you Barry, 
    That was an unexpectedly fast reply, the custom css worked great, thanks :-)

  •  1,609
    Barry replied

    You're welcome

    That's strange. Can you try to edit the site tagline via Settings -> General?

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  • Dewdan replied

    Yes, thanks again, that worked, pretty strange that it didn't work from theme settings.

    Cheers

    Daniel

  •  1,609
    Barry replied

    Hi Daniel,

    Great. Thank you for letting me know.

    I will take a closer look on the site tagline in the theme customer.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes