-
AuthorPosts
-
October 15, 2016 at 1:25 pm #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 fontOctober 15, 2016 at 6:58 pm #699394Hey 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!
BasilisOctober 16, 2016 at 12:16 pm #699554Fantastic 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
October 17, 2016 at 8:51 am #699827Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-809 .togglecontainer { max-width: 75%; }
Thanks,
RikardOctober 18, 2016 at 8:24 pm #700830Thank 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
October 19, 2016 at 12:47 pm #701236Hi,
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,
RikardOctober 19, 2016 at 1:36 pm #701275Yes. I have perhaps misinterpreted. Pleas take a look at the example of a website like I mean it.
October 20, 2016 at 7:49 am #701695Hi,
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,
RikardOctober 24, 2016 at 11:02 am #703194You 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 togglecontainerOctober 27, 2016 at 4:43 am #704641Hi,
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,
IsmaelOctober 27, 2016 at 11:31 am #704789That’s a lot better.
And the text in the toggle can we adjust color and the size?October 31, 2016 at 7:02 pm #706410Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.