0
Welcome Guest! Login
0 items Join Now

Rt_hexeris change the Font high

  • Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • Hello,

      i work with the Rt_hexeris Template and i like to change the Font of the Modules.
      The Title of the Modules will be h2 at this time and i like also to change the content of the Modules like Navigation and so on.

      How can i do this???

      Thanks best regards Thomas
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • Could you please post a URL to your site (this can be done in the secure area tab if you prefer) so we can look for you. Without a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.

      Please do a screengrab of your problem and annotate to make it clear.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • Use this code...
      .font-family-hexeris .module-title h2 {
          font-family: arial, sans-serif;
          font-size: 20px;
      }

      If you want to use another font...

      Please see this page for a tutorial on adding fonts to one of our templates http://www.gantry-framework.org/documentation/joomla/tutorials/adding-a-custom-font .

      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_fracture). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • Hello,

      thanks for your fast help, it will work fine.

      Can you tell me also how can i change this in the Modul:

      - change the bullets
      - change the font
      - change the distance between the links
      - move the bulltets and links more left



      Thanks best regards Thomas
    • Last Edit: 10 years 11 months ago by MrT. Reason: moved text to public tab so everyone can see correspondence
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • Please keep all non confidential correspondence in the "public" tab so that other members may benefit from the answers too.

      on what page can I see that list?

      Learn to use either, Firebug in Firefox, or Chrome Developer Tools in Chrome, they will save you hours on things like this and they're very easy to use.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • Hello,
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • Use this code...
      div.scuser-menu ul.menu li ul li a:before {
          content: "";
          font-family: fontawesome;
          font-size: 16px;
          margin-left: -15px;
      }
      div.scuser-menu ul.menu li ul li a {
          font-family: arial,sans-serif;
      }

      You can use any of the fontawesome characters in the code above http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Rt_hexeris change the Font high

    Posted 10 years 11 months ago
    • By the way, you membership appears to have expired - you should not be posting template/extension related issues in "free stuff" forum. Most of these forums are for members who have a current PAID membership. Our priority is always to assist paying members.

      Thank you for your understanding.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.073 seconds