How to remove black square to the right of Salon Opening Hours on Home pageTimes

Home Forums Beauty Cuts Theme Support How to remove black square to the right of Salon Opening Hours on Home pageTimes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #229389
    BrianBrian
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: August 28, 2020

    Hi Support,

    On the demo home page of the Beauty Cuts theme there is a ‘Salon Opening hours’ section which is coloured pink. To the right of this section is a square black box. Could you tell me how do I remove this black box?

    #229407
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31199
    • Total: 31199
    Member since: August 16, 2013

    Hi,

    If you want to remove the black box, kindly use the below CSS code.

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .salon-time::after {
      display: none;
    }

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.