www.wpsweet4com/candycorn (all pages and sitemap)

Home Forums WordPress Themes – Premium Pure & Simple www.wpsweet4com/candycorn (all pages and sitemap)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16401
    Linda Isbell
    Member

    Want to change the color of widget menu item Favorites on most pages and also under the sitemap page want to change the color of pages and posts headings – can’t seem to find where to do this under custom colors section. Tks.

    #16402
    Anonymous
    Inactive

    Hi Linda,

    Please use the following code in css to fix the issue :

    h2.page_heading {
        color: #fff;
    }
    h3.widget-title {
        color: #fff;
    }

    Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.

    Thanks

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