Template Empire - Question | JoomShaper

Template Empire

AB

Alexander Borawski

Template 1 year ago

Hi,

I have two questions

  1. can I put a color over the small image? (marked with 1 on the screenshot)
  2. where can I set the colors? (marked 2, 3, 4 on the screenshot)

I use the "Empire" template!

Thanks, Alex

<img src="/https://kundsbau.de/screen.png">

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166246

Hi

Thanks for contacting us. Could you please give me your site URL? So that I can check.

-Regards.

0
AB
Alexander Borawski
Accepted Answer
1 year ago #166247

Hi

Of course, but the site is in maintenance mode. kundsbau.de

thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166271

Hi

I need the access. Or you can knock me here when it will be online.

0
AB
Alexander Borawski
Accepted Answer
1 year ago #166341

Hello Mehtaz Afsana Borsha,

many thanks for your response. Below are the access details.

Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166373

Hi

Maybe you forgot to give me your site URL.

0
AB
Alexander Borawski
Accepted Answer
1 year ago #166742

Hi

sorry, this is the URL https://kundsbau.de/

Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166757

1: Its by default like this, you can not change it.

2: You can use this CSS in your custom.css file

.slide_thumb_wrap .flexslider .slides li:nth-child(1) .thumb-wrap .thumb-text {
    background: rgb(14 93 140 / 80%) !important;
}
.slide_thumb_wrap .flexslider .slides li:nth-child(2) .thumb-wrap .thumb-text {
    background: rgb(255 0 0 / 80%) !important;
}

.slide_thumb_wrap .flexslider .slides li:nth-child(3) .thumb-wrap .thumb-text {
    background: rgb(14 255 0 / 80%) !important;
}

.slide_thumb_wrap .flexslider .slides li:nth-child(4) .thumb-wrap .thumb-text {
    background: rgb(0 0 255 / 80%) !important;
}
0