Hi ,
1 . Is it possible to change the selection of categories in the mobile version shown in the picture ?? Where can I find the element of this element?
In header.php
2.
I would also like to add my logo .... im try add ....
@wifimasters
In file:
/oc-content/themes/veronika/header.php
Find line:
Code: [Select]
<a class="logo-text is767" href="<?php echo osc_base_url(); ?>"><span><?php echo osc_get_preference('logo_text', 'veronika_theme'); ?></span></a>
Replace:
Code: [Select]
<?php echo osc_get_preference('logo_text', 'veronika_theme'); ?>
With your logo, like:
Code: [Select]
<img src="
http://www.mysite.com/mylogo.jpg"/>
but its correct
<a class="logo-text is767" href="<?php echo osc_base_url(); ?>"><span><img src="
http://www.mysite.com/mylogo.jpg"/></span></a>