• pacoute

    (@pascalesommero)


    Hi !

    I used custom CSS to change the color of the lines under the menu items. But it doesn’t work for footer titles. The lines remain red. I nevertheless used the following code :

    #sidebar-footer .widget-title {
        border-color: #97d700;
    }

    Can you help me please ?
    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @pascalesommero,

    Thank you for contacting us. I am happy to help with you queries.

    Try this CSS code:

    #sidebar-footer .widget-title::after {
      background-color: #97d700;
    }

    Hope that helps.

    Regards,
    Kharis

    Thread Starter pacoute

    (@pascalesommero)

    Great ! Everything is ok. Thank you so much !
    Regards,
    Pascale

    You’re welcome Pascale!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the color of the lines under the footer titles’ is closed to new replies.