Action title font color is not changing

Support Area Forums Forward Action title font color is not changing

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://we2international.com
  • Author
    Posts
  • #33460

    Hello Bill,

    I hope that you are doing fine.

    Perhaps I’m doing something wrong, but I want to change the “action title font color”. If I do this, nothing changes and also not after saving. I tried all kinds of colors, but nothing happens. Can you please tell me what I can do to solve this?

    Thanks. Best regards,

    Wilma

    #33462
    Bill Robbins
    Moderator

    Hi Wilma,

    I think we have a specificity conflict there between the attention widget and the styles applied to the home page widgets. Let’s do this:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose customizer-styles.php
    3. Scroll down to this line (line 256):
      
      .widget.attention-block .widget-title
      

      and change it to this:

      
      .widget.attention-block .widget-title,
      #home-widgets .widget.attention-block .widget-title
      
    4. Save your changes.

    See if that won’t allow you to change those there. Let me know if you have trouble.

    Bill

    #33464

    Hi Bill,

    It worked!!

    Thanks :-).

    Wilma

    #33465
    Bill Robbins
    Moderator

    Fantastic. I added that to the theme so it’ll be there for everyone in the next update.

    Take care,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Action title font color is not changing’ is closed to new replies.