Change Category Titel Font Size

Support Area Forums Foxy Change Category Titel Font Size

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #8744
    Walter Matthiesen
    Participant

    Hi,
    Kindly assist.

    Trying to change the font size of the category page title under menu.

    See sample page: http://www.myurbandiner.co.uk/menu/main-courses/

    i would like too change the header title (is very large currently) MAIN COURSES
    to a smaller font.

    Thanks

    #8751
    Bill Robbins
    Moderator

    Walter,

    Thank you for your business first of all. You can change the font-size there. Here’s how:

    1. Go to the theme options page and select the styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .tax-menu-group .page-content h1 {
      	font-size: 22px;
      }
      

      That will change the main title on your menu pages only. If you’d like to change that text across your site, use this instead:

      
      h2.title,
      article h1, 
      h1.page-title,
      .page-content h1 {
      	font-size: 22px;
      }
      

      Just change the 22 to the font-size you’d like to have in pixels.

    3. Update your settings.

    That should change the font-size for you. If you have questions or trouble, just let me know.

    Happy New Year,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Category Titel Font Size’ is closed to new replies.