-
AuthorPosts
-
December 12, 2022 at 3:02 pm #1375950
Hi,
in the text block on the Enfold Restaurant Demo Welcome site (https://kriesi.at/themes/enfold-restaurant/), there is a line that has a vertical bar on the left
(to the left of “Nulla consequat massa quis enim. Doncus ut, imperdiet a.”).
How can I change the color of the bar? Now that I’ve changed the color of the bold text, I’d like to adjust the color of the bar as well.Many thanks in advance!
December 14, 2022 at 4:54 pm #1376193Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.main_color blockquote { border-color: green; }
Best regards,
YigitDecember 14, 2022 at 5:17 pm #1376204Thank you. But it should only be in this color on certain sites!
Doesn’t it change then on all of the sites?Best regards,
NicDecember 14, 2022 at 5:22 pm #1376206Hey Nic,
In that case you can use the code as following
.page-id-312 .main_color blockquote { border-color: green; }
Best regards,
YigitDecember 14, 2022 at 7:54 pm #1376214Thanks very much!
I just have another urgent question that actually concerns WordPress. I just tried – after moving to another server – to replace the interim domain with the correct domain using the Better Search Replace plugin, but I get the following error message:
“An error has occurred. Try either the “Max. Reduce the number of pages” or contact our support.”
However, I only selected one database as a test and there is not much content on the website anyway. can you tell me what i can do?
December 14, 2022 at 10:01 pm #1376224.page-id-551 .main_color blockquote {
border-color: green;
}… didn’t work!
I added the code in the quick css and this in the developer settings:
main_colortried it also with
main_color blockquoteCould it be that there is an error in the code?
December 16, 2022 at 3:48 am #1376331Hi Nic_007,
I could see that you are using an invalid hex code:
.page-id-551 .main_color blockquote { border-color: #24727cn; }
please try to change it to:
.page-id-551 .main_color blockquote { border-color: #24727c; }
Best regards,
NikkoDecember 16, 2022 at 12:33 pm #1376392Thanks, now it works! That was a typo, an extra letter had crept in!
December 16, 2022 at 6:13 pm #1376433Hi Nic_007,
We’re glad that we could help you :)
Thanks for using Enfold and have a great weekend!Best regards,
Nikko -
AuthorPosts
- The topic ‘change the color of the vertical bar of the text’ is closed to new replies.