• 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

Site description in Parallax Pro does not show up!

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 › Site description in Parallax Pro does not show up!

This topic is: not resolved

Tagged: parallax-pro, site description, tagline

  • This topic has 6 replies, 3 voices, and was last updated 5 years, 10 months ago by cartermorgan1321.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • April 30, 2015 at 9:59 am #149620
    [email protected]
    Participant

    Hi,

    I do not know how to make the site description show up in Parallax Pro.

    This is the css:

    .site-description {
    	display: block;
    	height: 0;
    	margin-bottom: 0;
    	text-indent: -9999px;
            font-family: Roboto Slab, serif;
            font-size: 12px;

    Would you be able to help?
    i want it to appear just below the logo as tag-line

    http://jacekiciek.uk
    April 30, 2015 at 10:20 am #149624
    Brad Dalton
    Participant

    What happens if you remove this declaration

    text-indent: -9999px;

    from the above CSS rule?


    Get Help – Book Consultation.

    April 30, 2015 at 11:48 am #149636
    [email protected]
    Participant

    Tried it -- does not work, I am afraid 🙁

    April 30, 2015 at 11:48 am #149637
    [email protected]
    Participant

    Tried it -- does not work I am afraid 🙁

    Any other options?

    March 22, 2017 at 8:45 pm #203690
    cartermorgan1321
    Member

    Bump. I haven't been able to figure out how to do this either.

    Does anyone know?

    Thanks!

    March 23, 2017 at 3:58 am #203700
    Brad Dalton
    Participant

    Take a look in the style sheet and look for the CSS which hides it.


    Get Help – Book Consultation.

    March 23, 2017 at 4:24 am #203701
    cartermorgan1321
    Member

    I ended ended up figuring it out.

    I had to make 3 or 4 changes to styles.css to get it to work properly:

    1.) Comment out the line that positions the site description really low.
    2.) Add 'color: <some color>;' so that you can see the tag.

    .site_description {
        display: block;
        height: 0;
        margin-bottom: 0;
      <strong>  /* text-indent:  -9999px; */
        color: red;</strong>
    }

    3.) Add the .site_description to the list of elements that gets centered

    @media only screen and (max-width: 1020px) {
    ...
    
       .genesis-nav-menu,
       .site-header .widget-area,
       .site-title, 
       <strong>.site-description</strong> {
          text-align: center;
       }
    }

    4.) Change the title area's padding so that the description fits.

    .title-area {
        float: left;
        padding: <strong>30px</strong> 0;
        width: 360px;
    }

    What do you think?

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 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

© 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