Close

Merge Headers

mail2mhm
9 years ago
#7752 Quote
Avatar
  • 10
Hello

At first, Thank You For Great Design

I Have 2 Requests About This Wonderful Theme:

1- I Would Like To Merge Header-top and Header-bottom together in RTL Mode

2- I Want To Hidden Short-Description in Product-Box Just in Grid View

Please Help me.
Regards
Boyko
9 years ago
#7754 Quote
Avatar
  • Moderator
  • 1570
mail2mhm wrote:
Hello

At first, Thank You For Great Design

I Have 2 Requests About This Wonderful Theme:

1- I Would Like To Merge Header-top and Header-bottom together in RTL Mode

2- I Want To Hidden Short-Description in Product-Box Just in Grid View

Please Help me.
Regards


Hi mail2mhm,

We are glad you like the design!

1. To merge them you need to modify the markup(html) of the theme. Here is the view of the Header, which you need to modify.
Themes\Motion\Views\Shared\Header.cshtml

2. To hide the description only in grid you need to add this css styles:

.product-grid .item-box .description
{
display: none;
}


Hope this helps!

Thanks
Regards,
Nop-Templates.com Team
mail2mhm
9 years ago
#7757 Quote
Avatar
  • 10
Thank You So Much Mr. BOYKO

About item number 1: can you explain more details about how to merge "header-top" and "header-bottom", as you know the theme has two headers like some other themes in your web-stie

About item number 2: about the short-description you help us to remove we want to replace it with the Manufacturer name associated with that product

to be clear we want Product Name at the top, Manufacturer name below that and in the bottom the price in product box

Thanks in Advance
Boyko
9 years ago
#7758 Quote
Avatar
  • Moderator
  • 1570
mail2mhm wrote:
Thank You So Much Mr. BOYKO

About item number 1: can you explain more details about how to merge "header-top" and "header-bottom", as you know the theme has two headers like some other themes in your web-stie

About item number 2: about the short-description you help us to remove we want to replace it with the Manufacturer name associated with that product

to be clear we want Product Name at the top, Manufacturer name below that and in the bottom the price in product box

Thanks in Advance


Hi mail2mhm,

You need to have some basic knowledge of Razor and CSS to make modifications to the theme.
I already told you in which file to look to make your changes in the header (see previous post).
To change the product boxes you need to edit this file:
Themes\Motion\Views\Shared\_ProductBox.cshtml

Thanks


Regards,
Nop-Templates.com Team