• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Magazine Pro theme – color of RSS widget title

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Magazine Pro theme – color of RSS widget title

This topic is: resolved

Tagged: Magazine Pro, widgets

  • This topic has 9 replies, 4 voices, and was last updated 9 years, 3 months ago by chleboun.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • January 19, 2017 at 7:16 am #199649
    chleboun
    Member

    Please help me with changing of RSS widget title color. As you can see on the top of sidebar at http://www.chytrous.cz/, title has the same color as backgroud. How can I change it? Thanks!

    http://www.chytrous.cz/
    January 19, 2017 at 7:20 am #199650
    Kibsen00
    Member

    Maybe this will help?

    http://wpfab.com/how-to-customize-a-specific-wordpress-widget/

    January 19, 2017 at 7:47 am #199652
    chleboun
    Member

    No, I still am not able to change it.:-(

    January 19, 2017 at 8:49 am #199656
    Victor Font
    Moderator
    .sidebar .widget_rss .widget-title {
        background-color: red !important;
    }

    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    January 19, 2017 at 8:53 am #199657
    chleboun
    Member

    still not 🙁

    January 19, 2017 at 11:08 am #199670
    Victor Font
    Moderator

    That's the correct CSS. Clear all of your caches and hold down the shift key when you refresh the page in the browser to force the style sheet to reload.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 2, 2017 at 10:47 am #200460
    chleboun
    Member

    Still not.:-( I am sorry.

    February 3, 2017 at 8:46 am #200500
    rasor
    Participant

    try this

    .sidebar .widget_rss .widget-title a{
    	color: red;
    }

    rasor @ WPBasics.org | Buy me a coffee

    February 3, 2017 at 10:38 am #200513
    Victor Font
    Moderator

    I just looked at your style sheet. You've been adding the code in the wrong place. Your put it inside a media query for small mobile devices and in doing so you also broke the media query. You'll never get anything to work if you break the CSS. This is what you have.

    @media only screen and (max-width: 480px) {
    
    	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
    		display: none;
    	}
    
    	.magazine-home .content .genesis_responsive_slider .slide-excerpt {
    		width: 100%;
    	}
    .sidebar .widget_rss .widget-title a {
            color: red;
    }
    .sidebar .widget_rss .widget-title {
        background-color: red !important;
    }

    You need to fix the media query:

    @media only screen and (max-width: 480px) {
    
    	.magazine-home .content .genesis_responsive_slider .flex-direction-nav {
    		display: none;
    	}
    
    	.magazine-home .content .genesis_responsive_slider .slide-excerpt {
    		width: 100%;
    	}
    }
    .sidebar .widget_rss .widget-title {
        background-color: red !important;
    }

    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 3, 2017 at 10:50 am #200515
    chleboun
    Member

    Victor! Thank you too much! Now it works and I am instructed! Thank you too rasor!!! Thanks, men!

  • Author
    Posts
Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble