Jump to content

Edit History

taniacr

taniacr

It's in /themes/AngarTheme/assets/css/theme.css.

However it's minified so might be a pain in the bun to edit.

 

I would sugest to add in your CSS file ( Angartheme.css) :

.products .product-miniature .product-title {
    height: 70px !important;
}

Clear cache  refresh your page (ctrl+F5) and check if it works.

Using !important is not the best practice but sounds like the best solution for you at the moment.

taniacr

taniacr

It's in /themes/AngarTheme/assets/css/theme.css.

However it's minified so might be a pain in the bun to edit.

 

I would sugest to add in your CSS file ( Angartheme.css 😞

.products .product-miniature .product-title {
    height: 70px !important;
}

Clear cache  refresh your page (ctrl+F5) and check if it works.

Using !important is not the best practice but sounds like the best solution for you at the moment.

taniacr

taniacr

It's in /themes/AngarTheme/assets/css/theme.css.

However it's minified so might be a pain in the bun to edit.

 

I would sugest edit your CSS file ( Angartheme.css ) add:

.products .product-miniature .product-title {
    height: 70px !important;
}

Clear cache  refresh your page (ctrl+F5) and check if it works.

Using !important is not the best practice but sounds like the best solution for you at the moment.

taniacr

taniacr

It's in /themes/AngarTheme/assets/css/theme.css.

However it's minified so might be a pain in the bun to edit.

 

I would sugest your CSS file ( Angartheme.css ) add:

.products .product-miniature .product-title {
    height: 70px !important;
}

Clear cache  refresh your page (ctrl+F5) and check if it works.

Using !important is not the best practice but sounds like the best solution for you at the moment.

×
×
  • Create New...