Ben Clark
asked 10 years ago

Hi,
When I change the colour scheme of the theme, I noticed that the little arrow on the bottom of the quote post doesn’t change and stays green (the default colour scheme).
I managed to change this before in the css, but since updating it has reverted back. I was wondering if there was a better way to change this colour, so that in future updates it doesn’t revert back!
Thanks

1 Answers
DominicStaff
answered 10 years ago

Hi Ben !
To change background color of the Arrow at the bottom of the block quote, You can log in to Dashboard > Theme > Customize > Custom Code then add the following code to the “Header code”

 <syle>
blockquote cite:before {
    border-top-color: #...;
}
</style>

We’ll discuss about this issue in the next version.

Notice: When update the latest version, if you have customized the theme, please make a back-up, copy all the customized files and code before updating your site.
Once done, you can replace the new one with your old customized code and file.
If you encounter any issue, please let us know and we will help you out.
Cheers

Ben Clark
replied 10 years ago

Typo in the opening tag, but otherwise worked perfectly!

Powered by DW Question & Answer Pro