0
Welcome Guest! Login
0 items Join Now

Change text size in Callisto Info lists title

  • Change text size in Callisto Info lists title

    Posted 9 years 9 months ago
    • I am trying to change the font size of the info list title in Callisto template.
      I can find the code using the "inspect element" method.
      Details are " inherited from div.g-infolist-item-title.
      I can change the font sixe which is reflected on screen, but is unsaved, so it reverts when I next look at the page.
      Is there a way that I can make a global change so that all info list headings are made slightly larger.
      I have a basic understanding of changimg css , but it is obviously not enough at this stage.

      This image is hidden for guests.
      Please log in or register to see it.



      This image is hidden for guests.
      Please log in or register to see it.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Change text size in Callisto Info lists title

    Posted 9 years 9 months ago
    • If this is a site that is online (just installed, dev or live) could you please supply a link in the Public or SECURE part of your reply so we can better diagnose the issue?
      It makes our suggestions more accurate if we see the actual coding of your site.
      This is especially important with RokSprocket as our templates carry an override folder to modify the native styling.
    • The following users have thanked you: Dennis Ploenges

  • Re: Change text size in Callisto Info lists title

    Posted 9 years 9 months ago
    • The site is being developed locally using xampp.
      Are there any files that I can send you that will assist?
      I am reasonably new to this type of modification but can generally find my way around the file structure.
      I also have a reasonable understanding of HTML but my problem is really finding the right place and process to begin the modification.
      The main reason I want to change the font size in the info lists is that they are being used on section pages as links and will most likely be viewed by older people who may find the font a bit challenging.
      A screen shot of one of the pages is enclosed
      This image is hidden for guests.
      Please log in or register to see it.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Change text size in Callisto Info lists title

    Posted 9 years 9 months ago
    • Dennis Ploenges wrote:
      The site is being developed locally using xampp.
      Are there any files that I can send you that will assist?
      I am reasonably new to this type of modification but can generally find my way around the file structure.
      I also have a reasonable understanding of HTML but my problem is really finding the right place and process to begin the modification.
      The main reason I want to change the font size in the info lists is that they are being used on section pages as links and will most likely be viewed by older people who may find the font a bit challenging.

      In your [JOOMLA-ROOT]/templates/rt_templateName/custom/scss/custom.scss (this is a link) file add this:
      #g-footer .g-infolist .g-infolist-item-title {
        font-size: 1.5rem;
      }


      To mark this issue as Solved, please change the Topic icon to a Checkmark and add [SOLVED] to the beginning of your Title FIRST post of the Topic


      This image is hidden for guests.
      Please log in or register to see it.

      Thanks.

Time to create page: 0.091 seconds