How do I add customization to theme

  • Unknown's avatar

    I am using adelle theme and I got rid of the dots but them while trying to do something else they came back. I don’t know how to get rid of them again and I need to be walked thru it. I also wanted to know how to add color to widget titles. I need a walk through , I don’t know how to use the site no matter how much I try.
    Thanks, Janie

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Janie, it appears you were able to vanquish those dots again.

    On the widget titles, to change the color of them, it would require an upgrade to the WordPress.com Premium plan, which has the Custom Design feature where you can then use CSS to change the color. This would be the custom CSS required. The code below has a red color (#cc0000) but it can be changed to any color you would desire.

    .widget-title {
        color: #cc0000;
    }
  • The topic ‘How do I add customization to theme’ is closed to new replies.