• Resolved hebhansen

    (@hebhansen)


    Hi Amelia

    I am trying to style the left bar in the box-shadow for events. Not sure how to target it correct. This does not work:

    /*** Sidebars Color - Removes Bars Events ***/
    #.style .am-ec .am-rw-768 .am-rw-650 .am-rw-600 {
    box-shadow: none !important;
    }

    More specifically I just want to change the blue left bar to something other, but first I need to target it, so how can I get there?

Viewing 1 replies (of 1 total)
  • Plugin Author ameliabooking

    (@ameliabooking)

    Hello, Thank you for reaching out to us.

    Please try the following CSS for this purpose:

    amelia-container > div > div.am-els__wrapper > div{

    box-shadow: none !important;

    }

    Let us know if that works for you.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.