• 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

ebeard

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 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • August 5, 2019 at 6:01 pm in reply to: Creating Summaries or Excerpts on Search Results Page #492838
    ebeard
    Member

    @JiveDig thanks, those settings worked perfectly! Not sure how I managed to miss them the first time. 🙂

    April 3, 2016 at 9:01 pm in reply to: Remove line under page/post title in Parallax Pro #182842
    ebeard
    Member

    How can I remove the title as well from the top of the page? I can't find where that option is.

    March 18, 2015 at 5:38 am in reply to: Making Prose Theme Header Mobile Responsive #144819
    ebeard
    Member

    Thanks WisdmLabs, that code does make the header responsive. 🙂

    Trying to figure out how to get rid of the whitespace between the header, secondary menu, and top of content on the mobile display...maybe just a matter of adjusting some of the numbers above?

    March 17, 2015 at 6:49 pm in reply to: Making Prose Theme Header Mobile Responsive #144792
    ebeard
    Member

    After doing some more searches here, I found lots more threads where people have been seeking an answer to this problem with the Prose header not being mobile responsive. Maybe there is no simple answer. I don't want to hire a coder, as the theme is sold as "mobile responsive" and it is, except for the header. <sigh>

    Anyway, if there is no free solution, are there any Studiopress themes that are mobile responsive and will work with a standard 900+ pixel wide header? I have the package that gives me access to all of them, maybe that is the answer if anyone knows of one?

    March 17, 2015 at 12:12 pm in reply to: Making Prose Theme Header Mobile Responsive #144751
    ebeard
    Member

    Hey, thanks! I installed that plugin and added the code to a custom CSS file, but the header is still chopped off on mobile devices....

    September 9, 2014 at 10:38 am in reply to: Parallax Pro – Removing Header #123597
    ebeard
    Member

    Hello dmd,

    Yes, I emailed Support and got a solution that worked for me. Here it is:

    To remove the header on the homepage, you'll need to add one CSS rule and change another.

    First, you'll want to add the following to your style.css:

    .home .site-header {
    display: none;
    }

    That will hide the logo image and any widgets from the Header Right widget area (should you choose to add them) on the homepage only, but you'll still see a white strip across the top of the screen. To get rid of it, find the following existing rule in your stylesheet:

    .parallax-home .site-inner {
    margin-top: 70px;
    max-width: 100%;
    }

    and change it to this:

    .parallax-home .site-inner {
    margin-top: 0;
    max-width: 100%;
    }

    You may also need to make some changes in your media queries to be sure there is no top margin on mobile.

    August 24, 2014 at 6:25 am in reply to: Parallax Pro – Removing Header #120752
    ebeard
    Member

    Thanks, Brad, but that didn't change anything. What I am wanting is for the image I uploaded to the Home Section One widget to cover the entire screen (except for the links, etc at the bottom). I just don't need a header image and if you don't specify one it leaves that white strip at the top.

    January 5, 2013 at 11:09 am in reply to: Changing Link Colors – Lifestyle Theme #9746
    ebeard
    Member

    I pasted it right at the bottom of the charcoal gray coding:

    .lifestyle-charcoal #footer-widgets,
    .lifestyle-charcoal #footer {
    background-color: #222;
    }

    .lifestyle-charcoal .entry-content a, .lifestyle-charcoal .entry-content a:visited {
      color: #0000FF;
      text-decoration: underline;
    }

    /* Lifestyle Gray
    ------------------------------------------------------------ */
    etc
    The links seem more prominent now, but the #0000FF should make them the traditional dark blue that identifies links, I am thinking?

    January 4, 2013 at 11:40 pm in reply to: Changing Link Colors – Lifestyle Theme #9692
    ebeard
    Member

    Thanks Jen. I pasted the code above at the bottom of the ".lifestle-charcoal" CSS, but it didn't change anything. I left it there.

    Here is one post where you can see some links:

    http://eldonbeard.com/how-to-attract-readers-to-your-home-business-blog/

     

    January 3, 2013 at 6:42 am in reply to: Changing Link Colors – Lifestyle Theme #9150
    ebeard
    Member

    Just thought I'd check back and see if anyone can help with the above.

    Thanks   🙂

    December 10, 2012 at 6:59 am in reply to: Unanswered Posts? #4144
    ebeard
    Member

    Susan, I hear you about the unanswered posts. I really liked the previous forum, because I could post a question and have answers within hours. Several days ago, on the new forum setup here, I posted a question about changing link colors in a theme and included what I found with Firebug and what I didn't understand. No replies except for an update on the post that I did myself.

    It wasn't like this before, and one of the GREAT things about Studiopress has always been the generous support on these forums. Maybe things will settle down with the new structure of the forums and it become more like it used to be.    🙂

    December 9, 2012 at 10:41 am in reply to: Changing Link Colors – Lifestyle Theme #4012
    ebeard
    Member

    I tried breaking out part of the custom code for the tan theme and applying the desired link color to it, but it did not work - can someone help?

    I want the hyperlinks in the posts, articles, etc to be blue (#o000FF) and everything else (nav, subnav, all other links) to remain consistent with the Lifestyle tan theme color styling.

    .lifestyle-tan a, .lifestyle-tan a:visited {

    color: #0000FF;

    }

    .lifestyle-tan #nav, .lifestyle-tan #nav li li a:hover, .lifestyle-tan #nav li li a:active, .lifestyle-tan #subnav li li a:hover, .lifestyle-tan #subnav li li a:active, .lifestyle-tan h1, .lifestyle-tan h2, .lifestyle-tan h2 a, .lifestyle-tan h2 a:visited, .lifestyle-tan #cat, .lifestyle-tan .widget_archive select, .lifestyle-tan .s, .lifestyle-tan .enews #subbox {

    color: #666666;

    }

    December 6, 2012 at 7:36 pm in reply to: Changing Link Colors – Lifestyle Theme #3645
    ebeard
    Member

    Anyone?   🙂

  • Author
    Posts
Viewing 13 posts - 1 through 13 (of 13 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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