Close

Change position of featured Products ( show on home page)

[email protected]
one year ago
#21967 Quote
Avatar
  • 11
hi-this table of products that are set as "Show on home page"  displays always at the bottom of the homepage. I would like the blog to appear at the bottom and this table to appear further up in the page.
Is there a way to do this?
todor.atanasov
one year ago
#21968 Quote
Avatar
  • Moderator
  • 249
[email protected] wrote:
hi-this table of products that are set as "Show on home page"  displays always at the bottom of the homepage. I would like the blog to appear at the bottom and this table to appear further up in the page.
Is there a way to do this?


Greetings,

Thank you for reaching out to us!

You may modify our template file for the homepage by reordering the homepage sections in  \Themes\Emporium\Views\Home\Index.cshtml
Best regards,
Todor Atanasov
Nop-templates.com
[email protected]
one year ago
#21970 Quote
Avatar
  • 11
Thank You for that.
[email protected]
one year ago
#21971 Quote
Avatar
  • 11
Would you know why the following code placed in the Custom Head Styles  section has no effect on the foxnetsoft  Request for Quote plugin that i have installed?

.fns-rfq-buttons input {
    background-color: #82ab40;
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    color: #f7ffff;
    display: block;
    font-size: 18px;
    padding: 12px 15px 12px 15px;
    text-align: center;
    display: inline-block;
    width: auto;
}
todor.atanasov
one year ago
#21978 Quote
Avatar
  • Moderator
  • 249
[email protected] wrote:
Would you know why the following code placed in the Custom Head Styles  section has no effect on the foxnetsoft  Request for Quote plugin that i have installed?

.fns-rfq-buttons input {
    background-color: #82ab40;
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    color: #f7ffff;
    display: block;
    font-size: 18px;
    padding: 12px 15px 12px 15px;
    text-align: center;
    display: inline-block;
    width: auto;
}


Hi,

Can you confirm if the custom CSS you provided is loaded in your page after you save it in the Custom Head Styles?
Best regards,
Todor Atanasov
Nop-templates.com
[email protected]
one year ago
#21985 Quote
Avatar
  • 11
thanks. it is working with the addition of the important! tag
todor.atanasov
one year ago
#21991 Quote
Avatar
  • Moderator
  • 249
You are most welcome!
Best regards,
Todor Atanasov
Nop-templates.com
NathanNels
10 months ago
#22219 Quote
Avatar
  • 1
Thanks for sharing.