• Resolved thesharpshooterca

    (@thesharpshooterca)


    I’m looking to change the blue behind the “Recent Posts” to a different color. Any help would be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • If you want to change the background color for just that particular widget you can use the following in Appearance->Customize->Additional CSS

    #site-aside .widget_recent_entries .widget-title {
    	background-color: red;
    }

    Otherwise, if you want to control the color of all of the widget titles use the following

    #site-aside .widget-title {
    	background-color: red;
    }
    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    Jarret’s comment refers to the Recent Posts widget, if it is added to the sidebar.
    In this case the user refers to the Recent Posts block on the homepage.

    The correct code would be this:

    #site-content .widget-title { background-color: #cc0000; }

    Best regards,
    Dumitru B.

    Thread Starter thesharpshooterca

    (@thesharpshooterca)

    Where do I put that code?

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Read Jarret’s comment.

    Thread Starter thesharpshooterca

    (@thesharpshooterca)

    Switched to red! How do I colour match the red where the social media icons are? Also, how do I get the ticker in the social media bar as well? Thanks again!

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    This is the bar with the social icons:

    #site-header-secondary {
        background-color: #ca371e;
        padding: 10px 0;
    }

    I don’t know what “ticker” you are referring to.

    If you have questions that don’t relate to the original thread, please create a new one.

    Best regards,
    Dumitru B.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘“Recent Post” Button Background Color’ is closed to new replies.