Tagged: x
-
AuthorPosts
-
October 30, 2016 at 1:16 pm #1236837
chriscarr1951ParticipantI want to get the accordion body text the same font size at the title
http://fionacampbelldesign.co.uk/wp/alignedOctober 30, 2016 at 2:03 pm #1236875
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-accordion-heading .x-accordion-toggle, .x-accordion-body .x-accordion-inner { font-size: 20px; }Let’s define your font-size here that will be applied to both title and text.
Hope this helps.
Cheers!
November 7, 2016 at 2:42 pm #1247647
chriscarr1951ParticipantGenius thanks
November 7, 2016 at 6:35 pm #1247853
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
November 7, 2016 at 9:02 pm #1248071
chriscarr1951ParticipantHi,I thought it had worked but found that it was inconsistent !
Services it shows Curtains and Pelmets the text under is smaller under Soft furnishings the font remains the same.
On the previous page About testimonials all of the sub accordions are all smaller than the header? Also is it possible to remove the line than shows above the sub accordion.
http://fionacampbelldesign.co.uk/wp/aligned/sevices/
let me know is you need more login information.
Again thanks for your help
November 7, 2016 at 9:04 pm #1248073
chriscarr1951ParticipantThis reply has been marked as private.November 8, 2016 at 12:00 am #1248204
RupokMemberHi there,
It seems your font-family is different for them. You can set same font-family :
.x-accordion-heading .x-accordion-toggle, .x-accordion-body .x-accordion-inner { font-family: "Lato",sans-serif; font-size: 14px; }Let us know if that works.
Cheers!
November 8, 2016 at 2:03 am #1248324
chriscarr1951ParticipantHi thanks, that did get everything the same BUT I wanted everything with the font family Libre Baskerville. Could you help with that? When I change “Lato” to “Libre Baskerville” it changes some of the accordions but not others !!! Weird
November 8, 2016 at 2:20 am #1248339
ChristopherModeratorHi there,
Please try this code :
.x-accordion-heading .x-accordion-toggle, .x-accordion-body .x-accordion-inner{ font-family: "Libre Baskerville",serif; }Please provide us with URL of pages where you have issue with accordion font.
Thanks.
November 8, 2016 at 4:09 am #1248427
chriscarr1951ParticipantThis reply has been marked as private.November 8, 2016 at 4:59 am #1248481
ChristopherModeratorHi there,
I see you’re still using old code, see the attachment.
Please update your code and if you need further assist provide us with correct login credentials.Hope it helps.
November 8, 2016 at 6:43 am #1248574
chriscarr1951ParticipantThis reply has been marked as private.November 8, 2016 at 7:01 am #1248593
chriscarr1951ParticipantThis reply has been marked as private.November 8, 2016 at 7:16 am #1248607
ThaiModeratorHi There,
Please add the following CSS:
.x-accordion-heading .x-accordion-toggle:before { font-weight: bold; color: #000; opacity: 1; font-size: 13px; } .x-accordion-inner { border: none; }Hope it helps 🙂
November 8, 2016 at 7:49 am #1248653
chriscarr1951ParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1236837 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
