0
Welcome Guest! Login
0 items Join Now

Change default font color

  • Change default font color

    Posted 10 years 9 months ago
    • Hello,
      Im working on a new site using Oculus Template and Gantry framework. I would like to change the content font color. Can someone help me how to change the default font color set by the template? Thank you.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Change default font color

    Posted 10 years 9 months ago
    • suhaizal wrote:
      Hello,
      Im working on a new site using Oculus Template and Gantry framework. I would like to change the content font color. Can someone help me how to change the default font color set by the template? Thank you.

      In your
      rt_oculus-custom.css <-{Click the LINK }
      file add this:
      body p {
      	color: #dadada !important;
      }
      Adjust value(s) to suit. This targets the font colour in all paragraphs.
    • The following users have thanked you: suhaizal, Cynthia Mobley

  • Re: Change default font color

    Posted 10 years 9 months ago
    • Okay, thank you.
      Is it possible for me to add font color picker at the template manager?
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Change default font color

    Posted 10 years 9 months ago
    • suhaizal wrote:
      Okay, thank you.
      Is it possible for me to add font color picker at the template manager?

      Apparently Oculus doesn't have one included. By using variations of the code above you can affect any content you like.

      To mark this issue as Solved, please change to a Checkmark and edit the Topic Title in your FIRST post of the Topic to read
      [SOLVED] Topic Title
      This image is hidden for guests.
      Please log in or register to see it.

      Thanks.
    • debi's Avatar
    • debi
    • Rocketeer
    • Posts: 58
    • Thanks: 0

    Re: Change default font color

    Posted 10 years 6 days ago
    • I have created a custom style sheet and it works at first . . . then the font on the site changes back to the original color when it was created by RT.

      Any ideas about why???

      Thx!
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Change default font color

    Posted 10 years 6 days ago
    • debi wrote:
      I have created a custom style sheet and it works at first . . . then the font on the site changes back to the original color when it was created by RT.

      Any ideas about why???

      Thx!

      Maybe, are you placing the file in the css-compiled folder?
      To find out more on how to create and use Custom CSS files, follow this guide Your first CSS custom file - OR - LESS custom file

Time to create page: 0.079 seconds