Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #729467

    Hi there!

    How can I change the colour of the full screen background when using a full screen menu? It’s black on this site and I would like to change the colour:

    Additionally, how can I remove the left and right arrows on the large Testimonial Slider in a specific colour section? I have a testimonial slider that only displays one testimonial. I would like to remove the arrows on this testimonial without affecting other testimonials on the page.

    Thank you and happy new year.

    Christian

    #729476

    Hey Christian!

    1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-burger-overlay-bg { background: orange; }
    
    

    2- Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element to give it a custom CSS class and then add following code to Quick CSS

    .your-custom-class .avia-slideshow-arrows {
        display: none;
    }

    Best regards,
    Yigit

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