Announcement bar text dissapeared

Website: ihavpet.com

Hi @iHavPet , i checked your site. Now I see that there is an error on your site

Hope this can help you

@iHavPet - please add this css to the very end of your base.css file and check

.announcement-bar-slider.slider-buttons{display:flex !important;}

Hi @iHavPet

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.announcement-bar .announcement-bar-slider.slider-buttons {

display: block !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

In addition, I noticed that the title in this section has a different font size. I think you should reduce the font size and align the headings to make it clearer.

You can try with this code:

section#shopify-section-template--21088295027015__multicolumn_9MTFYt h3.inline-richtext {
    font-size: 14px;
    min-height: 105px;
}

Thanks alot, have a good day

You are welcome @iHavPet :blush: