Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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?

    #1239858

    Hey 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 Shannon

    #1239888

    How can I do it?
    I have the list in the text field…and now?

    #1240240

    Hi,

    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,
    Rikard

    #1240285

    Hello,

    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?

    #1240577

    Hi,

    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,
    Rikard

    #1240608

    Hello, 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;
    }

    #1240767

    Hi,

    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 Shannon

    #1240796

    Yes, it´s at top of quisk css. I cleared cache, but no change.

    #1240814

    Hi,

    Please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #1240859

    Hello,
    here login datas…

    #1241221

    Hello?

    #1241390

    Hi,

    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,
    Rikard

    #1241433

    Hello, 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.

    #1242059

    Hi,

    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,
    Rikard

    #1242511

    Thanks very much!

    I added the class you wanted to the text block element…where you have done it?

    #1242972

    Hi,

    You can add a class and ID to the element if you open the element options, then look for the Advanced tab, you will find those options in there.

    Best regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.