• This topic has 3 replies, 2 voices, and was last updated 2 years ago by vako.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68508
    Laura Edwards
    Participant
    Premium Member

    Hi,

    I’m trying to change some text color in my sidebar widgets.  I used The Custom HTML on this left side widget. I’ve tried right-click-inspect on my website page  for the widget to get the ID # number and css attributes to make the CSS code to change the color. I’m failing at every attempt.

    Right now, I have added to custom CSS:

    .widget_text ashe-widget custom_html_14 {

    color:#00d084;

    }

    And of course it doesn’t work. I’ve tried other code variables as well with zero results.  Can you help me with the css code? My webpage is at

    How To Research Your French & Belgique Ancestors

    As you can see, there are the words ‘new’ and ‘updated’ in the left side (and right side widget) widget. I just want to change the colors on those words only.

     

    Thanks!

    Laura

    #68514
    vako
    Keymaster
    WP Royal Team

    Hi Laura,

     

    At first, sorry for the late reply, we had holidays.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .custom-html-widget p {
    color: #00d084 !important;
    }

     

    Kind Regards

    #68517
    Laura Edwards
    Participant
    Premium Member

    Thank you Vako!!

    #68531
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.