• Resolved Roger Vikstrom

    (@roger-vikstrom)


    highlighted quote on page is not display frame. just the selected background color.

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • uxl

    (@uxl)

    Did you initially add the quote using the “Quote” block with the “Plain” style variation, and then change it to the “Pullquote” block?

    If so, it sounds like the block may still contain the “plain” CSS styling which removes the border.

    Check the block settings in the side panel under ‘Advanced’ > ‘Additional CSS Class(es)’ and remove the classes from here.

    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    Nope I used the highlighted quote block

    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    Why remove this is-style-tw-icon

    uxl

    (@uxl)

    On your page I can see a is-style-tw-icon CSS class on the Pullquote block.
    Possibly from another plugin providing it’s own blocks?

    There is CSS loaded which removes the border like so:

    
    .wp-block-pullquote:is(.is-style-plain, .is-style-tw-icon) {
      border: none;
    }
    

    If you remove the is-style-tw-icon CSS class then the quote should be bordered.

    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    uxl

    (@uxl)

    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    And If I remove the Css the quote sign disappear And It nor look good

    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    I’m not shure?

    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    Turned the Twentig plugin off and the border is back.

    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    Turned the plugin off and then turned it on again now It*s woork

    uxl

    (@uxl)

    Yep the “Icon” style is an extra style provided by the Twentig plugin.

    It looks like this “Icon” style with the quote icon is removing the border.

    I tried with that plugin and you can make the border reappear by making sure to select a border style in the “Border color and style picker options”.

    I think this is why one of your quotes has the border and the other does not.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Block’ is closed to new replies.