-
AuthorPosts
-
August 22, 2016 at 2:51 pm #675772
Hi,
I have a question about a roll-up window – I think this is the name. Anyway it is here
http://dictionary.cambridge.org/dictionary/english/knee – a light blue stripe with Thesaurus. I want exactly the same thing.
I would be grateful if you helped me with it.Best Regards
Tom
August 22, 2016 at 2:55 pm #675776Hey Tom!
It is called Accordion and there is already an element called Accordion in Advanced Layout Builder.
You can see examples here – http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/Best regards,
YigitAugust 22, 2016 at 5:08 pm #675883Yes I have overlooked it! However one more question. Is there a way to change the colour of the toggle box’s background as well as the inside font?
Tom
August 22, 2016 at 7:17 pm #675974Hey!
Yes, you would need some CSS to do it.
When your page ius setuped, please let us know the colors and the changes and we will do them for you.Thanks a lot
Best regards,
BasilisAugust 30, 2016 at 11:09 pm #679741Hi again,
If you could give me some code for the accordion as promised.The colour of the background of the accordion – 144e7d
The colour of the font – f2f0f0If this could be true to all accordion on the website, I would appreciate.
Tom
August 31, 2016 at 2:49 pm #679984Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.toggle_content * { color: #f2f0f0!important; } .toggle_content { background: #144e7d!important; }
Best regards,
YigitAugust 31, 2016 at 5:02 pm #680167Hi again,
Sorry I think I was not clear. The code you provided me with changed the colour of the roll-up window.I wanted to change the colour of the box with the inscription SEE MORE EXAMPLES Have a look at the link – http://babeldictionary.net/audibly-adverb/#toggle-id-1
The colour of the background of the box SEE MORE EXAMPLES – 144e7d
The colour of the font in the box– f2f0f0Many Thanks and apologies for the kerfuffle
Tom
September 2, 2016 at 6:10 am #681122Hi,
Please try the following instead:
.main_color .toggler { background-color: #144e7d; color: #f2f0f0; }
Regards,
RikardSeptember 2, 2016 at 10:13 pm #681484Hi again,
I did it but it does not work…
Tom
September 7, 2016 at 5:38 am #682936September 8, 2016 at 6:10 pm #683827Hi again , it works perfectly! However when I hover over this box it still changes into white could I ask you to give more code so that the colour is always blue – http://www.babeldictionary.net/audibly-adverb/#toggle-id-1
144e7dThanks you in advance
TomSeptember 10, 2016 at 7:13 am #684424 -
AuthorPosts
- You must be logged in to reply to this topic.