Tagged: x
-
AuthorPosts
-
November 8, 2016 at 8:02 am #1248668
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
November 10, 2016 at 7:42 am #1251646
chriscarr1951ParticipantHi,
Another request.
Can we use the double line to the right / end of the sentence to open and then animate it – turning it down to reveal the text similar to the turning crosses animation
I will put the image as an attachment.
Similarly for testimonials Can we use arrows to continue the text animated to work across unopened and down when. Scale and match the font so it is the same and enable it to look like a continuation of the first sentence.
November 10, 2016 at 10:13 am #1251896
chriscarr1951ParticipantCan we use the double line to the right / end of the sentence to open and then animate it – turning it down to reveal the text similar to the turning crosses animation
Image
Image
Similarly for testimonials Can we use arrows to continue the text animated to work across unopened and down when. Scale and match the font so it is the same and enable it to look like a continuation of the first sentence.see image below
the pages with the accordions are:
http://fionacampbelldesign.co.uk/wp/aligned/sevices/?cornerstone=1 and
http://fionacampbelldesign.co.uk/wp/aligned/about-how/?cornerstone=1thanks so much
November 10, 2016 at 5:51 pm #1252420
Rue NelModeratorHello There,
Thank you for the clarifications! To have something like this,

You can make use of this code:
.cs-content .x-accordion-heading .x-accordion-toggle:before{ content: "\f103"; font-size: 18px; color: #000 !important; transform: none; } .cs-content .x-accordion-heading .x-accordion-toggle.collapsed:before{ content:"\f101"; font-size: 18px; color: #000 !important; transform: none; }Please let us know if this works out for you.
November 10, 2016 at 8:01 pm #1252661
chriscarr1951ParticipantThis reply has been marked as private.November 11, 2016 at 1:06 am #1252896
Rue NelModeratorHello There,
Do you want something like this?
http://prntscr.com/d5trnqIf that is the case, please make use of this code instead:
.cs-content .x-accordion-heading .x-accordion-toggle:before{ display: none !important; } .cs-content .x-accordion-heading .x-accordion-toggle { position: relative; padding-right: 40px; } .cs-content .x-accordion-heading .x-accordion-toggle:after{ position: absolute; top: 20px; right: 10px; margin-left: 40px; transition: all 0.3s ease; font-family: "FontAwesome" !important; font-style: normal !important; font-weight: normal !important; text-decoration: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f103"; font-size: 18px; color: #000 !important; transform: none; } .cs-content .x-accordion-heading .x-accordion-toggle.collapsed:after{ content:"\f101"; font-size: 18px; color: #000 !important; transform: none; }Hope this helps.
November 12, 2016 at 3:47 pm #1254660
chriscarr1951ParticipantThat is pretty much perfect, But is there a bit of code that gets the arrows on the same line as accordion title
Many thanks
November 13, 2016 at 12:06 am #1254957
Rue NelModeratorHello There,
Thanks for updating in! The only problem is the location of the arrow. Please have the code updated and use this instead:
.cs-content .x-accordion-heading .x-accordion-toggle:before{ display: none !important; } .cs-content .x-accordion-heading .x-accordion-toggle { position: relative; padding-right: 40px; } .cs-content .x-accordion-heading .x-accordion-toggle:after{ position: absolute; top: 5px; right: 10px; margin-left: 40px; transition: all 0.3s ease; font-family: "FontAwesome" !important; font-style: normal !important; font-weight: normal !important; text-decoration: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f103"; font-size: 18px; color: #000 !important; transform: none; } .cs-content .x-accordion-heading .x-accordion-toggle.collapsed:after{ content:"\f101"; font-size: 18px; color: #000 !important; transform: none; }We would loved to know if this has work for you. Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1236837 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
