• 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

Dhishna

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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • December 23, 2015 at 6:12 am in reply to: Even / Odd Post Styling #174618
    Dhishna
    Member

    I think this post might help.


    Recommended WordPress Themes & Plugins, Genesis Development

    October 27, 2015 at 4:19 pm in reply to: Whitespace Pro Home Page Posts #169272
    Dhishna
    Member

    Try and add this code to your functions.php file

    
    add_filter('get_the_content_limit_allowedtags', 'custom_allowedtags');
    function custom_allowedtags() {
    return '<script>,<style>,<b>,<br>,<em>'; //add whatever tags you want to this string
    }

    Recommended WordPress Themes & Plugins, Genesis Development

    October 24, 2015 at 12:21 pm in reply to: Re-Enable Comments on Pages as Default Behavior #168909
    Dhishna
    Member

    Add this to your functions.php file

    
    add_filter('genesis_options', 'define_genesis_setting_custom', 10, 2);
    function define_genesis_setting_custom($options, $setting) {
        if($setting == GENESIS_SETTINGS_FIELD) {
            $options['comments_pages'] = 1; // Enable comments on Pages
        
            }
        return $options;
    }
    

    Recommended WordPress Themes & Plugins, Genesis Development

    October 23, 2015 at 2:51 pm in reply to: How to modify font in primary Nav? #168871
    Dhishna
    Member

    Hi Matt,

    Could you share your CSS code? Or give this a try:

    
    //for the main menu links
    .genesis-nav-menu .nav-primary a
    {
    font-weight:bold;
    text-decoration:none !important;
    }
    
    //for items in the sub-menu
    .genesis-nav-menu .nav-primary  .sub-menu a
    {
    font-weight:bold;
    text-decoration:none !important;
    }

    Recommended WordPress Themes & Plugins, Genesis Development

    October 23, 2015 at 2:44 pm in reply to: Need help How to control H2 tags in Altitude Pro #168866
    Dhishna
    Member

    Hi there,

    Have you tried using !important to override the CSS? It would look something like this

    
    .front-page-2 .solid-section h2 {
    	font-size: fontsizeyouwant !important;
    }
    

    Recommended WordPress Themes & Plugins, Genesis Development

    October 23, 2015 at 2:35 pm in reply to: Custom Dashicons #168862
    Dhishna
    Member

    Hi Cesty,

    Yes it is possible to do so. This tutorial might be helpful.


    Recommended WordPress Themes & Plugins, Genesis Development

    October 22, 2015 at 11:05 am in reply to: Genesis Site Title – Cannot figure this one out! #168779
    Dhishna
    Member

    Hi Jennifer,

    !important basically means that the style marked with it is important, ignore subsequent rules, and any usual specificity issues, apply this rule! So it will over ride the previous styling on the logo.
    Also I have used the class site-title hence only the link with that class will follow the new rule.


    Recommended WordPress Themes & Plugins, Genesis Development

    October 22, 2015 at 10:48 am in reply to: Genesis Site Title – Cannot figure this one out! #168773
    Dhishna
    Member

    Hi Jennifer,

    Could you share the CSS you have used to overwrite the underline in title?
    Or give this a shot:

    .site-title a{
            color:#000 !important;
            text-decoration:none !important;
        }

    Add this code to your custom css and let me know if it works or not.

    If you want to use the image logo, you should ideally resize it according to theme requirements.


    Recommended WordPress Themes & Plugins, Genesis Development

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

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