• Resolved Svennoz

    (@svennoz)


    Hello all,

    I want the titles of my widgets to be a different colour.
    I made all the widgets and added a colour to them, so far that worked, but now that i’ve added text with links to the widgets the middle 3 widget titles are a different colour.
    I’ve tried whatever came to mind, but without any luck.

    Link: https://voordeligproduct.nl/

    CSS code I used:
    h3.widget-title {color:#40A1C7 !important; text-align:center; font-family: Arial;}

    Any help is greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For CSS-specific issues, consider CSS-specific forums.
    As this issue seems trivial, amend your CSS to this;

    h3.widget-title,
    h3.widget-title a {
     color:#40A1C7 !important;
     text-align:center;
     font-family: Arial;
    }

    Thread Starter Svennoz

    (@svennoz)

    That worked perfectly, Thank you very much Andrew ??
    And thank you for the handy link, I’ll keep it bookmarked just in case ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Colour Widget Title’ is closed to new replies.