Jump to content

Change The Color Of Call-Us-Now (Problem, Due To Body Css)


Recommended Posts

Good Evening, 

 

I would like to change to color of the following text: Call us Now (Present at the top of the website, above the logo) 

 

the problem is that the css line responsible for this is as follow: 

 

body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #777; }
  body.content_only {
    background: none;
    min-width: 0px;
 
As you can clearly see, It makes use of body css, thus if i make any changes in color it will apply to the main text too. 
 
Is it possible to somehow override it? and change the color of just this call us now sentence, without changing the color of the main text? 
 
Thanks in advance

 

Link to comment
Share on other sites

Could you please share your website URL?

The website is on localhost, but as i said in my first post the line responsible for the color of this text is the same as for the rest of the main(body) text. I just need to somehow override it. 

 

 

Try this (file blockcontact.css):

.shop-phone {
    float: left;
    padding: 5px 0 10px;
    line-height: 18px;
    color: red;
}

It is not this part of the code :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...