Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #699366

    My English is bad but I try anyway
    Can you advise me on something please?
    I want the header (top of head) of the accordion a different color. When I adjust in the setting than change everything.
    Also, change the color of the font

    #699394

    Hey André!

    Go to your Custom CSS and use the following CSS class

    .togglecontainer .single_toggle:first-child .toggler {
    background: #000;
    }

    and let me know if we can do anything else to assist you.

    Thanks a lot

    Cheers!
    Basilis

    #699554

    Fantastic it works great.

    Is it also possible to make the header of the .togglecontainer smaller in instead of the full width.

    Thank you in advance

    #699827

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-809 .togglecontainer {
        max-width: 75%;
    }

    Thanks,
    Rikard

    #700830

    Thank you that’s what I mean,

    Is it possible to create a toggle-ID invisible. And when you need him that it is visible.

    Visit please my site and you’ll see four toggle. The last three must become visible only when you need them

    #701236

    Hi,

    I think that would require a lot of customisations to the theme unfortunately, do you have an example of what you are looking to achieve though? I don’t think I’ve see anything like that before.

    Thanks,
    Rikard

    #701275

    Yes. I have perhaps misinterpreted. Pleas take a look at the example of a website like I mean it.

    #701695

    Hi,

    Thanks for that, pretty cool feature but I think from a user experience perspective it’s better to display the content more clearly to the user, which I think our tabs element does well. Unfortunately there is nothing like what you are looking for in the theme so you would have to either write the functionality yourself or by the help of a freelancer, or find a plugin which adds that functionality for you.

    Best regards,
    Rikard

    #703194

    You helped rather well. May I ask you another question?
    About the togglecontainer. The background I customized according to your specifications.
    But is it possible also to change the Haeder text. The color but also the size of the togglecontainer

    #704641

    Hi,

    Are you referring to the table element? There is no toggle container in the page. Please try this css code in the Quick CSS field.

    .tablepress tfoot th, .tablepress thead th {
        background-color: red;
        color: blue;
        padding: 10px;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #704789

    That’s a lot better.
    And the text in the toggle can we adjust color and the size?

    #706410

    Hi,

    about which toggle are you talking about? screenshots would help. Do you mean text inside columns? if yes use this code:

    td.column-1, td.column-2 {
    color: red;
    }

    Best regards,
    Andy

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