• 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

Lifestyle Pro Blockquote

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 › Lifestyle Pro Blockquote

This topic is: resolved

Tagged: blockquote, lifestyle

  • This topic has 3 replies, 3 voices, and was last updated 10 years, 5 months ago by Gandt.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • June 17, 2015 at 5:14 pm #156596
    pblosser
    Member

    I'd like to change the blockquote style of the Lifestyle Pro theme. Currently it is indented with " . I would like to have it indented (same amount as current) but with a left border instead of the left quotation symbol ("). Current code is as follows:

    blockquote,
    blockquote::before {
    color: #999;
    }

    blockquote {
    margin: 40px 40px 24px;
    }

    blockquote::before {
    content: "“";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
    }

    Thanks!!

    June 17, 2015 at 6:21 pm #156603
    Tom
    Participant

    Add these elements to blockquote and adjust to suit:

    blockquote {
      border-left: lime solid 8px;
      padding-left: 10px;
    }

    In blockquote:before, remove :

    content: "“";


    Choose your next site design from over 350 Genesis themes.
    [ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]

    June 18, 2015 at 11:13 am #156662
    pblosser
    Member
    This reply has been marked as private.
    July 6, 2015 at 5:22 pm #158579
    Gandt
    Member

    pblosser

    The reason theres a double quote appearing before each blockquote is because of this line of css:

    content: ““”;

    content is a css rule that generates content per se, and inside these two tags " and ", you specify which content you want to be generated. As it stands, the value has been set to “, the quotes you precisely want to remove.

    So, simply remove that line of css (content: ““”;) from your code to get rid of the quotes.
    To add the borders, do as Tom said and throw in a border rule with the values of your choosing:

    border-left:10px solid black;

    Where 10px = the width/thickness of the border
    solid = the style of the border, it can be solid, dotted or dashed
    black = the colour of the border

    Regards
    G

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lifestyle Pro Blockquote’ is closed to new replies.

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