Hello,
Is it possible to copy the whole css style for php file?
For example i want to integrate search section from Delta theme and put it to Epsilon theme.
I can try to change all necessary things but i will not get the same design without its css style.
i am planning to publish my site soon and i will buy almost all you plugins if i manage to get my desired UI.
I would really need the help on this
Thanks for your support.
I have created a new simple category UI and named it: inc.category2
I can create a new php for the new search function and replace it here but i need to copy the right css.
<?php
if(osc_is_home_page()) {
osc_current_web_theme_path('inc.search.php');
osc_current_web_theme_path('inc.category.php');
}
?>
<?php
if(osc_is_home_page()) {
osc_current_web_theme_path('inc.search.php');
osc_current_web_theme_path('inc.category2.php');
}
?>