Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085049
    lancesalyers
    Participant

    How can I adjust the format of the

    tag to better highlight my quotes? I have searched the forum and tried using the following code to no avail:

    .x-blockquote {
    [insert format attributes]
    }

    Specifically, I’d like to add a double indent on the paragraph, a subtlely different shade of grey, and a vertical left border. Here is a page by way of example:

    http://www.leadingwithideas.com/the-truth-about-lies/

    Thanks for your help and theme!

    #1085229
    Joao
    Moderator

    Hi There,

    Would you mind providing your URL pointing where you placed the blockquotes.

    Thanks

    Joao

    #1085937
    lancesalyers
    Participant
    #1086382
    Lely
    Moderator

    Hi There,

    Thank you for giving us your site URL.
    Please try this CSS:

    blockquote p {
        padding-left: 32px;
        border-left: 2px solid gray;
    }

    Previous CSS is not working because it seems that your page is not using the blockquote element from X. See attached screenshot showing that the blockquote element from X have class that is missing on yours.

    #1090237
    lancesalyers
    Participant

    Hmm, wonder why that is? Regardless, your code worked as needed. Thanks!

    #1090421
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-1085049 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>