This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago by Fem.
Viewing 5 posts - 1 through 5 (of 5 total)
I am totally lost. Where do I change the Telephone Number and Email shown for contact info on the first page? Also, where to change the color from blue to red of the bar where the logo goes on the main page?
You can change the Telephone Number and Email from Appearance/Widgets/Footer Widgets. ALso you can change the color of topbar from blue to red from style.css file on line no around 1515.
You can find for the below code in style.css file and change the backgroung-color to some other color.
.topbar {
position: relative;
padding: 0;
font-size: 13px;
line-height: 40px;
overflow: hidden;
background-color: #0077db; // Change to some other color
z-index: 7;
color: #ffffff;
}
Thanks…. is there ANY documentation that explains this? The basic readme is mostly worthless.
No, there is no documentation for this. If there is any css related issues, you have to inspect the element using the chrome and find the class name and then add your css in the custom css section which is there in settings.
Most of the styling options are available in theme options.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.