Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1180216
    Jennifer S
    Participant

    Hi there! I was able to change the size using these instructions: https://community.theme.co/forums/topic/accordion-font-size-2/

    But is there a way to apply this sizing to a specific page without it affecting the font size site-wide? I tried dropping this code into the Customize section for this specific page (http://c3d.ondemandmarketing.net/dealers/edgewise-support-resources/#), but it had no effect. So I added the code to the main Appearance-Customize, but, of course, that delivers the effect site-wide vs. just on the one page where I want it. Please let me know how to change the font just on one page? Thanks! 🙂

    PS – everything is current.

    #1180238
    Rupok
    Member

    Hi there,

    Thanks for writing in! If you use the page level CSS from Cornerstone Settings tab then it should work for the specific page. Not sure if there was any problem that was preventing the code to work.

    However using a preceding class with page ID should do the job as well. Your given page URL redirecting to login page so can’t grab the page ID hence can’t give you the tailored code. If you already can grab the page ID from body class then you can try like this :

    .page-id-1 a.x-accordion-toggle {
      font-size: 23px !important;
    }

    Where you need to replace the .page-id-1 with appropriate page id.

    Cheers!

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