• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 10.10.18, 12:50
  • Opened by: Sandrine T
  • Closed by: Marek
  • Closed on: 19.12.18, 19:09
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13045 - module display issue

Hello
I encounter 1 problem:

1 / The display of variations
some have the border that has disappeared (see screenshot via this link http://prntscr.com/l4d3ml )
How to restore the same border for each attribute ?

Thank you

Comments

Marek 11 Oct 2018, 11:25

Please give me a link to the page where I can see the issue

Marek 11 Oct 2018, 11:37

What is the path to prestashop in your server?

Sandrine T 11 Oct 2018, 11:41

I don’t understand, Here server informations, do you want the link of my BO or Ftp ?
Server information Linux #1 SMP Thu Jan 4 13:30:50 EST 2018 x86_64

Server software version Apache

PHP version 7.0.32

Memory limit 4G

Max execution time 9000

Marek 11 Oct 2018, 11:42

Which folder I have to use? http://take.ms/aGRZ4

Sandrine T 11 Oct 2018, 11:53

/ilovhair.fr

Marek 11 Oct 2018, 12:14

Try to add following CSS:

.attribute_list .selector {border: solid 1px #cacaca;}

Don’t forget about cache

Sandrine T 11 Oct 2018, 12:49

/ilovhair.fr

Sandrine T 11 Oct 2018, 12:52

in theme settings css
you had me add this ( click to the link)
http://prntscr.com/l4t32s What should I change in the current css?
I edit in theme settings or directly in my ftp? If ftp what is the path ?

Marek 12 Oct 2018, 10:14

You don’t have to change nothing, just add it to the end in the theme settings → custom css

Sandrine T 16 Oct 2018, 15:38

Hi MArek

thank but I whould like same css as others drop down.
I attached the screenshot
Please to send me the css code to modify and the path.
I do not understand why the css of the Alysum theme is different depending on the attributes.
Thank you so much

Marek 17 Oct 2018, 11:08

Tyr to add this:

.attribute_list .selector {
    background-position: 95% 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAASElEQVQY02PYt3fv/3Vr1xLEjx4+/M9w6dKlUnSJtWj8LZs3///44UMpAwhcv369FJeJKAphAJsGrAqxacCrEFnDzh07sCoEAJQajWIo2em9AAAAAElFTkSuQmCC)
}