• Resolved acqua

    (@acqua)


    Hi

    can you help me to have the first quote box here:
    [ redundant link removed ]

    as the default one when I click on the quote icon in the editor?
    Right now the second type of quote is the default.

    I would like to make the change at css’ level.

    Here’s the css
    https://codeshare.io/G8lym4
    https://codeshare.io/5g9m7N

    Thanks

    • This topic was modified 6 years, 1 month ago by acqua.
    • This topic was modified 6 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    I’m not sure I understand, but the following will swap styles so the first quote will be large and orange and the rest will smaller and gray. Add to the Additional CSS panel of the customizer.

    .tagdiv-type blockquote {
        margin: 0;
        background-color: #FCFCFC;
        border-left: 2px solid #4db2ec;
            border-left-color: rgb(77, 178, 236);
        padding: 15px 23px 16px 23px;
        top: 6px;
        clear: both;
        font-size: 14px;
        color: #dd9933;
    }
    .tagdiv-type .td_quote_box {
        padding: 0;
        border-left: none;
        margin: 40px 5% 38px;
        font-style: italic;
        text-align: center;
        font-size: 18px;
        color: #777;
    }

    I may not have captured every nuance. Some further adjustment may be needed. Use your browser’s element inspector developer tool to help you work out any adjustments that may still be needed.

    Thread Starter acqua

    (@acqua)

    worked tks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Quote: change the default one’ is closed to new replies.