You customize your one page theme by going to ‘Theme Options’ panel which you can find under ‘Appearance’.
and how to change this, for example?
Call us on
And where is located this text?
A bene placito.
You have just dined, and however scrupulously the slaughterhouse is concealed in the graceful distance of miles, there is complicity.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You can create a new thread here: http://wordpress.org/support/theme/one-page#postform – also provide a link to your site
To change the Call us on text you need to open front-page.php by going to Appearance > Editor > front-page.php and search for this text, you can find it on line 46. You can also look in the theme’s root folder for front-page.php file.
<?php _e('Call us on','onepage'); ?> <?php echo onepage_get_option('onepage_contact_number'); ?>
replace the Call us on text with your desired text or if you want to delete the Call us on text then replace above code with this one
<?php echo onepage_get_option('onepage_contact_number'); ?>
I have a question to this thread.
I have issues finding a way to change color of the footer bar at the bottom of the page. I want it the same color as the bar that says “Home >> Page”
Ive tried looking in the css, i dont know if this is the right place to look.
I hope somebody could help me with this 🙂
http://www.simco-bergen.com
Thanks
@maxlime
.footer {
padding-top:52px;
background:#111;
overflow:hidden;
color: #d8d4d4;
padding-bottom:50px;
}
change the background:#111; to the colour of your choice