Home Forums Basel support forum Widget titles

Widget titles

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14566

    Suzanne van Breda
    Participant

    Hi,

    I change the Widget titles font colour to #00a79d (turquoise) in the theme settings section, but it displays in white on my website. How do I change this?

    Kind regards,
    Suzanne

    Attachments:
    You must be logged in to view attached files.
    #14575

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .footer-widget .widget-title {
      color:#00a79d;
    }
    #14578

    Suzanne van Breda
    Participant

    Thanks, that changed the colour of the heading text, but not the separator line under the heading this is still white.

    Attachments:
    You must be logged in to view attached files.
    #14587

    Artem Temos
    Keymaster

    Add this code also

    .color-scheme-light .widget-title:before, .color-scheme-light .widgettitle:before {
        background-color: #00a79d;
    }
    #14601

    Suzanne van Breda
    Participant

    Thanks

    #14602

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)