Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1159928

    Hi Support Team,

    I’m trying to change the colour, move the notice bar to the bottom of the page and remove the icon for the Enfold Theme default Store Notice.

    So far, looking at previous forum posts i’ve got:

    p.demo_store {
    background: white!important;
    color: green;
    }

    Added to my Enfold Child Style CSS but can’t find how to shift bar to bottom and remove icon.

    Your help would be much appreciated.

    #1160554

    Hey kesdeg,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1160590

    Sure thing, sorry, forgot to do this first time around

    #1161504

    Hi,

    Which one do you define as Notice bar?

    Best regards,
    Basilis

    #1161516

    Hi Basilis,

    The Woocommerce Store wide banner that states store wide notices. Currently giving a discount code INDIEWEEK.

    #1161759

    Hi,

    Thanks for the clarification. Please try this CSS as well:

    p.demo_store {
        top: auto;
        bottom: 0;
    }

    Best regards,
    Rikard

    #1177166

    Hi Rickard, sorry for the delay in responding to this message. Really appreciate that code. You can close this one off.

    Cheers,
    kesdeg

    #1177329

    Hi kesdeg,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Woocommerce Store Wide Notice Changes’ is closed to new replies.