Topic Resolution: Resolved
  • Closed
  • Westmount Shul
    Spectator
    August 25, 2016 at 8:43 pm #30005

    Another custom css question! Is there any way I can use the custom css box to give the footer widget titles a different colour from the rest of the widget titles? I want to be able to change the other widget title colours, without the footer colour titles changing, since they are on different backgrounds and need different colors for contrast.

    Denzel Chia
    Moderator
    Posts: 2656
    August 26, 2016 at 2:40 am #30020

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .footer-widgets .widget-title {
    color: #000000 !important;
    }

    You can change #000000 to other color hex code.

    Thank you

    Westmount Shul
    Spectator
    Posts: 5
    August 30, 2016 at 5:22 pm #30101

    This worked really nicely. Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    August 31, 2016 at 1:25 am #30109

    You are welcome.
    Thank you.