Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1036381
    Josh Hayles
    Participant

    Hi there! I attached the CSS code that’s in my custom CSS section for my site. It’s code that’s been slowly added over time, through the X developers in this forum. When I visited my site on mobile I noticed that the font size on the home page buttons is smaller than it used to be. Also, when you go to my “home value” pages, the counters and the text above and below are smaller than what they used to be. This is a problem for all 7 of my home value pages.

    Here are the links:

    http://www.geniushomeowners.com
    http://www.geniushomeowners.com/westoverpark

    How do I get the “global” fonts increased in these areas?

    #1036877
    Rad
    Moderator

    Hi there,

    Thanks for writing.

    How big should they be? I checked the CSS and you have this,

    .x-btn, .button, [type="submit"] {
      font-size: 12px;
    }
    
    .x-counter .number-wrap {
        font-size: 1.75em;
    }
    

    12px is a small font, while 1.75em is smaller than 3.25em which is theme’s default. Hence, in your CSS, it’s intentionally made smaller. If you wish to make them bigger then change the above CSS to bigger values.

    Thanks!

    #1036882
    Josh Hayles
    Participant

    Worked like a charm. Thank you!

    #1036937
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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