• 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

Jon Weiss

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 52 total)
1 2 3 →
  • Author
    Posts
  • January 1, 2013 at 1:48 pm in reply to: News Theme: Change Font Color in Sidebar #8796
    Jon Weiss
    Member

    You need to add a . infront of sidebar like I wrote it above

     

    .sidebar .featuredpost


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 1:39 pm in reply to: News Theme: Change Font Color in Sidebar #8793
    Jon Weiss
    Member

    I don't see that in your style.css file.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 1:28 pm in reply to: News Theme: Change Font Color in Sidebar #8789
    Jon Weiss
    Member

    Try .sidebar .featuredpost h2 a:hover{}


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 1:16 pm in reply to: News Theme: Change Font Color in Sidebar #8784
    Jon Weiss
    Member

    Yes, just change the color for the a:hover attribute.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 1:05 pm in reply to: News Theme: Change Font Color in Sidebar #8780
    Jon Weiss
    Member

    Also you'll want to remove the color from:

    .widget h4, .widget-area h4 {

        color: #FF0000;
        text-transform: uppercase;

    }

    so the widget titles are back to normal.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 1:05 pm in reply to: News Theme: Change Font Color in Sidebar #8779
    Jon Weiss
    Member

    On my end they are red now. Try refreshing your browser's cache.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 12:58 pm in reply to: News Theme: Change Font Color in Sidebar #8774
    Jon Weiss
    Member

    Sorry, I missed a zero.. it needs to be ff0000 (which is just a red test color) rather than ff000 then it will work.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 12:49 pm in reply to: News Theme: Change Font Color in Sidebar #8767
    Jon Weiss
    Member

    I'm still seeing the other code in there. Try turning off the cache plugin


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 12:40 pm in reply to: News Theme: Change Font Color in Sidebar #8763
    Jon Weiss
    Member

    It worked, but I just realized you asked to change the article titles, not the widget titles. So lets try this instead:

    Add the following to your style.css file:

    .sidebar .featuredpost h2, .sidebar .featuredpost h2 a{

    color:#ff000;

    }


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 12:27 pm in reply to: News Theme: Change Font Color in Sidebar #8757
    Jon Weiss
    Member

    I don't see that you placed what I provided anywhere in your style.css file. Make sure it's saving, or that your in the proper file.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 12:20 pm in reply to: News Theme: Change Font Color in Sidebar #8754
    Jon Weiss
    Member

    You wont find that code because I was providing a new snippet for you to copy and past in there. Let's try this instead:

     

    Locate the following code:

    .widget h4, .widget-area h4 {

        text-transform: uppercase;

    }

    and make it look like this:

    .widget h4, .widget-area h4 {

        text-transform: uppercase;
        color: #ff0000;

    }

    Lets see if that does the trick,


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 12:01 pm in reply to: News Theme: Change Font Color in Sidebar #8749
    Jon Weiss
    Member

    Sorry, that should go in your style.css file.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 11:55 am in reply to: News Theme: Change Font Color in Sidebar #8746
    Jon Weiss
    Member

    Without seeing your site, I'm assuming this would work:

     

    #sidebar .widget h4, .widget-area h4 {

        color: #000;

    }

    Change the "#000" to whatever color you'd like. If that doesn't work please provide a link to your site so I can see it in action.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    January 1, 2013 at 11:51 am in reply to: Fonts Agency Theme CSS #8744
    Jon Weiss
    Member

    If all you're trying to do is make the text a different font family, find this line in the style sheet (should be line 1553):

    h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6{

        color: #333333;
        font-family: 'Verdana',sans-serif;
        font-weight: normal;
        line-height: 1.25;
        margin: 0 0 10px;

    }

    Change that to what ever font you're looking to use. It won't change the body text.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    December 11, 2012 at 10:50 am in reply to: Megalithe Theme Issues #4515
    Jon Weiss
    Member

    I understand the frustration and do apologize for the inconvenience.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    December 11, 2012 at 10:41 am in reply to: Megalithe Theme Issues #4513
    Jon Weiss
    Member

    I'd suggest to keep trying to get help on their support forums. You're not the first person to mention that they're slow, but unfortunately that's really the best place to receive assistance with this theme.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    December 8, 2012 at 9:19 am in reply to: Megalithe Help needed #3842
    Jon Weiss
    Member

    Unfortunately I don't have access to this theme and have never used it before, since it's a community theme. I'd suggest to keep requesting help in their support forums. If that doesn't work - worst case scenario you can try to hire someone to make a few quick tweaks for you.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    December 8, 2012 at 8:26 am in reply to: Megalithe Help needed #3832
    Jon Weiss
    Member

    Sorry to get back to you so late, Chrissy. Were you able to solve the issue?


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    December 5, 2012 at 5:40 pm in reply to: Agentpress 2.0 Disclaimer Area #3497
    Jon Weiss
    Member

    Can you provide a link to your web site, please?


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

    December 5, 2012 at 4:31 pm in reply to: Navigation Box on pages #3492
    Jon Weiss
    Member

    Sure thing!

    Here's how to create a widget / sidebar area: http://my.studiopress.com/tutorials/register-widget-area/

    Here's some of the hooks: http://my.studiopress.com/docs/hook-reference/ - And here's a link to a more detailed explanation of those hooks: http://my.studiopress.com/docs/hooks/

    I hope that helps to get you rolling! If you need anything else just let me know.


    View My Site – Two W Media.com | I’m a Recommended StudioPress Customizer

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 52 total)
1 2 3 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2022 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