• 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

jeremi_liwanag

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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • December 23, 2013 at 2:12 am in reply to: Move Breadcrumbs Inside a Specific Div #80853
    jeremi_liwanag
    Member

    Thanks man!


    Your online success is our business http://www.systemise.com.au

    December 2, 2013 at 6:35 pm in reply to: Post excerpts everywhere but the home page #76721
    jeremi_liwanag
    Member

    Settings >> Reading >> For each article in a feed, show >> Summary


    Your online success is our business http://www.systemise.com.au

    December 2, 2013 at 6:30 pm in reply to: Logo size issue #76718
    jeremi_liwanag
    Member

    Well you can do that by editing the CSS of your child theme.
    I always do that and change the background of the #title a css. Here's a detailed explanation

    http://www.carriedils.com/add-logo-genesis-theme/

    Well, you can always google your question and you'll come up with lot of answers and methods.. Hope this helps!


    Your online success is our business http://www.systemise.com.au

    December 2, 2013 at 6:20 pm in reply to: Move Post Title on pages: Genesis Sandbox (HTML5 Markup) #76712
    jeremi_liwanag
    Member

    Hey im not sure if this will help. Atleast i can try... I use this code to move my page title just below the nav menu..

    		remove_action('genesis_post_title', 'genesis_do_post_title');
    		add_action ('genesis_after_header','title_slider');
    		function title_slider() {
    				if (is_page() || is_single()){
    				echo "<div class='main-title-bg'>";
    				the_title( '<h1>', '</h1>' );
    				echo "</div>";
    			}  
    		}

    You may want to change that, In my case i use wordpress conditional codes and remove and add action thingy..
    genesis_after_header is where i want to place my page title, You can check the other Hooks position by installing a plugin Visual Hook Guide, Hope this helps.


    Your online success is our business http://www.systemise.com.au

    December 2, 2013 at 6:14 pm in reply to: Header Image, Header Widget: Responsive Alignment Problem #76711
    jeremi_liwanag
    Member

    you may want to set a position relative into your #header and use position absolute to your widget ... use media queries to set a different background image to your header once you reached you breakpoint and top left or where ever you like to position your widget.


    @media
    only screen (max-width:768px ) {
    // header different background
    // header widget different class
    }

    then 480 and 320 ...


    Your online success is our business http://www.systemise.com.au

    December 2, 2013 at 5:59 pm in reply to: Can widget titles have different colours in different places? #76706
    jeremi_liwanag
    Member

    Hi, i aint no developer or something here.. but this might help. You can use firebug/inspect element to check the parent selector of your widget title.

    For example: in my sample child theme its structured like this:

    <div id="footer-widgets" class="footer-widgets">
    <div class="wrap">
    <h4 class="widget-title" widgettitle">Hey You!</h4>
    </div>
    </div>

    Then you can target the child CSS selector or whatever its called.
    I guess you can do something like this...

    #footer-widgets .widget-title { color: #fff; }

    I believe all widget-title class under the ID footer-widgets will have white color. This is not tested, or accurate, maybe you can play around with it so you can learn more about CSS .. Hope this helps..


    Your online success is our business http://www.systemise.com.au

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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