Okay
  Public Ticket #2318783
Change the color of the lines in the background
Closed

Comments

  • 01DA started the conversation

    Hi,

    I want to change the color of the of the lines in the background. Right now they are black. Where can i find the adjustments or will i need to use css?

    Thank you in advance.

  •  616
    WordPress replied

    Hi,
    Thanks for your purchase.

    Change line on slider: 

    6619168081.png

    You can edit with Elementor then you find sections with widgets divider and change color

    7836241087.png


  • 01DA replied

    Thank you for your help. But i still having issues with 3 elements.

    Where do i find the changes for this elements?

    Thank you in advance!


  •  616
    WordPress replied

    Hello,

    You can add custom style css in Appearance -> Customize -> Advanced -> Custom Css

    .footer-05 .footer-bottom {
        border-top-color: #f2f2f2;
    }
    .footer-05 .footer-content .widget::before,
    .footer-05 .footer-content .widget:last-child::after,
    .product-landing .product-grid .product-content,
    .product-landing .product-grid .product-content .product-desc,
    .apr-slide .apr-carousel:last-child,
    .apr-slide .apr-carousel{
        border-color: #f2f2f2;
    }