Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1236837
    chriscarr1951
    Participant

    I want to get the accordion body text the same font size at the title
    http://fionacampbelldesign.co.uk/wp/aligned

    #1236875
    Rupok
    Member

    Hi 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!

    #1247647
    chriscarr1951
    Participant

    Genius thanks

    #1247853
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

    #1248071
    chriscarr1951
    Participant

    Hi,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

    #1248073
    chriscarr1951
    Participant
    This reply has been marked as private.
    #1248204
    Rupok
    Member

    Hi 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!

    #1248324
    chriscarr1951
    Participant

    Hi 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

    #1248339
    Christopher
    Moderator

    Hi 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.

    #1248427
    chriscarr1951
    Participant
    This reply has been marked as private.
    #1248481
    Christopher
    Moderator

    Hi 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.

    #1248574
    chriscarr1951
    Participant
    This reply has been marked as private.
    #1248593
    chriscarr1951
    Participant
    This reply has been marked as private.
    #1248607
    Thai
    Moderator

    Hi 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 🙂

    #1248653
    chriscarr1951
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1236837 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>