0
Welcome Guest! Login
0 items Join Now

change the colour of the default text colour

    • mangus's Avatar
    • mangus
    • Jr. Rocketeer
    • Posts: 49
    • Thanks: 0

    change the colour of the default text colour

    Posted 14 years 2 weeks ago
    • Hello, I've been trying to change the colour of the default text colour but i am unable to know where i have to do the changes? Can anyone help me?

      I'm using the gantry template.
    • Last Edit: 14 years 1 week ago by mangus.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: change the colour of the default text colour

    Posted 14 years 2 weeks ago
    • You can use FireBug ( www.rockettheme.com/blog/coding/255-tools-firebug ) to inspect the site and find the css files that need to be changed or post a link to your site (possibly with a few annotated screen shots to clarity things) and we can take a look.
    • Thanks,
      jim
    • mangus's Avatar
    • mangus
    • Jr. Rocketeer
    • Posts: 49
    • Thanks: 0

    Re: change the colour of the default text colour

    Posted 14 years 2 weeks ago
    • i'm sorry but my website isn't online yet. I would like to be able to change every text in the website to the color i need. At this moment i've added the following code to template.css:

      H1 {color: #000;}
      h2 {color: #000;}
      h3 {color: #000;}
      h4 {color: #000;}
      h5 {color: #000;}
      p {color: #000;}
      li {color: #000;}

      Still i would like to be able to change the colour in the three situations in the pictures can you help me?
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: change the colour of the default text colour

    Posted 14 years 2 weeks ago
    • Which template are you using?

      I will take a look on local host later.
    • Thanks,
      jim
    • mangus's Avatar
    • mangus
    • Jr. Rocketeer
    • Posts: 49
    • Thanks: 0

    Re: change the colour of the default text colour

    Posted 14 years 2 weeks ago
    • i'm using gantry template installed with rockettlauncher... preset 2

      thank you in advance
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: change the colour of the default text colour

    Posted 14 years 2 weeks ago
    • OK.

      I don't have that exact setup on localhost so I will try to install and configure later today.

      In the meantime, you can try FireBug.

      (Make sure you have compression turned off! Especially if you've made changes and they are not taking effect...)

      Sorry if there's a delay in my response, but as I mentioned, without a link, I will have to try to duplicate what I've seen in the screen shots.

      (Having a link is 100x faster and a basic perquisite for support... )

      I'll reply ASAP.

      Cheers!
    • Thanks,
      jim
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: change the colour of the default text colour

    Posted 14 years 1 week ago
    • I took a look on local host but can't recreate this so easily...
      (Having a link is 100x faster and a basic perquisite for support... )

      I really don't have time to recreate this, probably other mods don't either...

      So, post a link... (Until a link is posted I won't ask other mods to take a look, because, of course, they will be looking for a link as well...)
    • Thanks,
      jim
    • mangus's Avatar
    • mangus
    • Jr. Rocketeer
    • Posts: 49
    • Thanks: 0

    Re: change the colour of the default text colour

    Posted 14 years 1 week ago
    • ok, sorry for the delay but i've had a couple of difficulties getting it online. This is a temporary url. If you want me i can pm you an administrator account:

      www.saladeaula.org/t/

      Again, thank you for the effort you put in helping me
    • mangus's Avatar
    • mangus
    • Jr. Rocketeer
    • Posts: 49
    • Thanks: 0

    Re: change the colour of the default text colour

    Posted 14 years 1 week ago
    • Sorry to repost, but can you help at least regarding the color of the text in menus? I need to make them readable and I really have to finish this.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: change the colour of the default text colour

    Posted 14 years 1 week ago
    • add this to your template.css and clear your cache to see the change
      /*menu color*/
      .menutop li a.item span {color: gray;}
      /*menu active color*/
      .menutop li.active a.item  span {color: black;}
      /*menu hover color*/
      .menutop li a.item:hover span {color: teal;}

Time to create page: 0.068 seconds