Sorry, it was added by 3rd party plugin
Sorry, it was added by 3rd party plugin
Thanks Rose!
And here it is the row 18 to modify:
<div class="header-logo"><?php etheme_logo(); ?></div>
Just replace with something like this:
<div class="site-title">Site title</div>
… and make it translateable if you wish:
<div class="site-title"><?php _e( 'Site title', 'xstore'); ?></div>
Some more to customize, if using fixed header.
Hi Olga,
Site works as blog, so we have a lot of posts. To set sidebar option one by one per post is not so good idea. I have Child theme and have sidebar.php for customization. Can you provide me the piece of code to add? The wish is to “display Main Sidebar and Custom Sidebar both by deafult in main sidebar area”.
I hope you can help,
Thanks!