konrad11 Posted November 29, 2015 Share Posted November 29, 2015 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 More sharing options...
Knowband Plugins Posted December 1, 2015 Share Posted December 1, 2015 Could you please share your website URL? Link to comment Share on other sites More sharing options...
Mixa_RU Posted December 1, 2015 Share Posted December 1, 2015 Try this (file blockcontact.css): .shop-phone { float: left; padding: 5px 0 10px; line-height: 18px; color: red; } Link to comment Share on other sites More sharing options...
konrad11 Posted December 2, 2015 Author Share Posted December 2, 2015 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 More sharing options...
Mixa_RU Posted December 2, 2015 Share Posted December 2, 2015 Try this (file blockcontact.css): .shop-phone { float: left; padding: 5px 0 10px; line-height: 18px; color: red; } Yes, may be. But if you are using default bootstrap theme it works..... Link to comment Share on other sites More sharing options...
konrad11 Posted December 4, 2015 Author Share Posted December 4, 2015 Thank you, It works perfect 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now