• Resolved maik20

    (@maik20)


    Hi,

    i am using the gutenberg editor to create a page based on the neve theme.

    i added a blockquote an set the text-color to a default color (red). The next images shows the element in the gutenberg editor.

    if i open the webpage only the text is red. it looks like he added border-color: to “–nv-text-color” and it must be set to “–nv-c-1” as for the text too.

    How can i change it in the gutenberg editor? Is it a bug setting the wrong color?

Viewing 1 replies (of 1 total)
  • Kush

    (@kushnamdev)

    Hey @maik20

    Thanks for using Neve and reaching out.

    I am able to replicate the issue and I will dig into this to find the cause and will report it to the developer’s team. For now, This can be implemented using Custom CSS. Add the following Custom CSS to the Customizer > Additional CSS section and see if it is working properly.

    blockquote {
        border-color: var(--nv-c-1)!important
        
    }

    I hope it helps.

    Have a great day!

Viewing 1 replies (of 1 total)
  • The topic ‘Gutenberg Editor: Blockquote not colored as selected’ is closed to new replies.