Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #882615
    MakkBlakk
    Participant

    Hi
    I would like to be able to control the size of the font used in Accordion.

    Can you assist with this?

    #883476
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    To change accordion font size you can add this under Custom > CSS in the Customizer:

    1) This will change accordion heading font size:

    .x-accordion-heading {
        font-size: 16px !important;
    }

    2) This will change accordion inner content font size:

    .x-accordion-inner {
        font-size: 16px !important;
    }

    Please change the values i.e 16px as per your requirement and let us know how it goes.

    Thanks.

    #884553
    MakkBlakk
    Participant
    This reply has been marked as private.
    #885368
    Christopher
    Moderator

    Hi there,

    Blog page is not editable with CS.

    header.entry-header h2 a {
        color: red;
        font-size: 12px;
        font-family: cursive;
    }

    Hope that helps.

    #886619
    MakkBlakk
    Participant

    Are there pans in the future to add Blog Page capability to the X Theme?

    #887255
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! Regretfully, even with twenty sixteen theme or any other themes, once you have selected a page as your Post Page or Blog index, you can no longer edit it with the default editor. Any content will be ignored and the blog will generate the post items with the template. To know more about this information, please check the codex here: https://codex.wordpress.org/Creating_a_Static_Front_Page#Creating_a_Static_Front_Page

    Hope this explains it.

  • <script> jQuery(function($){ $("#no-reply-882615 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>