Jump to content

Changing some black text, but not all of it


Recommended Posts

Greetings,

 

I need to change the black text in the client login and the search areas, but not the rest of the black text.

 

I've made many changes in the header.tpl, footer.tpl and the style.css files and everything else is working out well. I've found a way to change this text color in question, but it also changes the black text everywhere.

 

Is there a separate place to only change the text color in those two locations?

 

Thanks in advance.

Link to comment
Share on other sites

Style sheet is the best way to go bro.

 

First open up the style sheet. (Depending on the template you are using).

 

Scroll to the bottom and add a new line.

 

Now there are alot of ways to do this but using a class will do the trick nice and easy for you. so in style.css put this in.

 

.black{ color:#000000;}

 

Then I am not sure where you want the black but here are example for different methods.

 

// Inline Option
<p>I would like <span class="black">this to be black</span></p>

// Paragraph Option
<p class="black">all of this line text will be black</p>

//DIV Tag Option
<div class="black">Content Here</div>


 

Hopefully from this you will get the idea.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated