-
AuthorPosts
-
August 21, 2020 at 12:00 pm #1239781
Hello, I would like to create a list in a text field and highlight this text field … that is, a different background color and a frame around it. How can I do that?
August 21, 2020 at 9:25 pm #1239858Hey Talker77,
You create it first and then we can use css to target that specific field based on the class or id name.
Best regards,
Jordan ShannonAugust 21, 2020 at 10:51 pm #1239888How can I do it?
I have the list in the text field…and now?August 24, 2020 at 4:54 am #1240240Hi,
Thanks for the update. We need to be able to see the element in question in order to help you out, please post a link to where we can see it on your actual site.
Best regards,
RikardAugust 24, 2020 at 9:21 am #1240285Hello,
Inhaltsverzeichnis
Was ist Viagra?
Über die Geschichte von Viagra
Wie sieht Viagra aus?
Wie wirkt Viagra?
Kann Viagra abhängig machen?
Wie sind die Erfahrungen mit Viagra?
Welche Darreichungsformen gibt es?August 25, 2020 at 5:23 am #1240577Hi,
Thanks for that. Please add a class to the text block element, or 1/1 element first. Otherwise we can’t target that list with specific CSS. You can add a class in the advanced tab in the element options. After that you can use CSS like this:
.your-class ul { background: red; }
Best regards,
RikardAugust 25, 2020 at 8:56 am #1240608Hello, thank you.
I have created a CSS class content_directory in the text field in the advanced settings.
In Customizy I created the Cuick CSS class under “General Styling” … but it doesn’t work..content_directory ul {
background: red;
}August 25, 2020 at 10:19 pm #1240767Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonAugust 25, 2020 at 11:28 pm #1240796Yes, it´s at top of quisk css. I cleared cache, but no change.
August 26, 2020 at 4:55 am #1240814Hi,
Please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan ShannonAugust 26, 2020 at 8:06 am #1240859Hello,
here login datas…August 27, 2020 at 2:58 pm #1241221Hello?
August 28, 2020 at 4:39 am #1241390Hi,
Thanks for the details. The layout builder is not loading on the page in question, the server is responding with a 522 error, but I’m not sure why. Please try activating debug mode so that we can copy the shortcode content to a new page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you if you give us permission.
Best regards,
RikardAugust 28, 2020 at 8:23 am #1241433Hello, I have the code:
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}copied into the functions.php of the theme and uploaded the file.
August 31, 2020 at 7:06 am #1242059Hi,
Thanks for the update. I can’t see debug mode being active on the site, but the builder is working again so it doesn’t matter. I added the class you wanted to the text block element, and the CSS is applying now. Please review your site.
Best regards,
RikardSeptember 1, 2020 at 2:02 pm #1242511Thanks very much!
I added the class you wanted to the text block element…where you have done it?
September 3, 2020 at 4:45 am #1242972 -
AuthorPosts
- You must be logged in to reply to this topic.