1. Ale
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 27 March 2016
  5.  Subscribe via email
Hi Ciaran,

I have many configuration problems with Artisan template, here details:

Here my url: http://www.diegoelgueta.cl/index.php

1.- How change the color lines in main menu? (image attached).

2.- The layer slide show generate a grey color over my pictures.... is posible disable this?

3.- In layer Slide Show... Slide Caption options the letter are too small, is not the same size that template demo.

4.- Is possible disable Hover Color for a specific grid Gallery module?

Regards,
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


.hornav > ul > li::after {
background-color: #000000;
}


2. To remove add the following to the Custom CSS field of your templates parameters


.layerslideshow .info {
background-color: transparent;
}


3. To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)..


.layerslideshow .item h5 {
font-size: 20px;
}


4. Would you have a URL directly to an example of the module you wish to edit?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran... Thank´s... all is work.

Referent point 4.- Is possible disable Hover Color for a specific grid Gallery module?

Here the url: http://www.diegoelgueta.cl/index.php/clientes

Regards,
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

4. To amend try adding the following to the Custom CSS field of your templates parameters...


figure.snip1156:hover img {
filter: grayscale(0%);
opacity: 1;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank´s Ciaran.

Best regards!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!