Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
I tried to add a red border to a standard text box by configuring the border color at [Textblox Settings] > [Design Options] – Border color red, solid line. After pressing [Saving changes] the color ist not saved. Also trying to add a border to a section is not possible.
Any help appreciated – thank you
Hello,
Sorry for the inconvenience.
We will fix this in the next theme update. Mean while i can help you achieve what you want with css. Add this code into your custom css box:
.wpb_text_column.wpb_content_element {
border: 2px solid #9BB9EF;
border-radius: 5px;
}
Let us know.
Best regards!
Hi,
Thank you. Unfortunatly this CSS entry displays a border to all text boxes. The requirement would be to display a border on only a few selected textboxes.
What is the planned date for the next theme release?
kind regards,
Markus
Hello,
Sorry, i don’t have a precise date just yet. But if you show me where you want the border in your site, i can give you a more precise code, working for only that block of text. Not all text in site.
Let us know.
Best regards!
You must be logged in to reply to this topic.