Close

How to manage the topic pages style?

vaheyev
10 years ago
#7570 Quote
Avatar
  • 11
Hello there,

I am using nopcommerce 3.30. I want to add an accordion style of the same style of the ArtFactory theme in the FAQ page, but I couldn't. I've tried to change the "Source" of the text but it was not successful. Is there anyone who can help me in this issue?

Regards,
Vahe
Stefan
10 years ago
#7572 Quote
Avatar
  • 157
vaheyev wrote:
Hello there,

I am using nopcommerce 3.30. I want to add an accordion style of the same style of the ArtFactory theme in the FAQ page, but I couldn't. I've tried to change the "Source" of the text but it was not successful. Is there anyone who can help me in this issue?

Regards,
Vahe


Hi Vahe,

We have already answered you via email, but I will post the reply here so that other customerscan benefit from it too.

You can use the accordion tabs for your FAQ section and achieve a similar styling as the Nop Quick Tabs. You can add the following in your admin -> plugins -> nop artfactory theme -> settings -> custom head styles textbox

.topic-page .ui-accordion h3 span:last-child{
color: #fff; background: url(../img/bg-block-title-top.png) no-repeat center top,url(../img/bg-block-title-bottom.png) no-repeat center bottom; font-size: 24px;
}

.topic-page .ui-accordion h3 {
background-color: #8bc8ca !important;
padding: 10px 6px !important;
}



Best Regards!
Best Regards,

Stefan Hristov
Nop-Templates.com
vaheyev
10 years ago
#7573 Quote
Avatar
  • 11
This worked successfully! Thank you.