1. current
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 03 June 2019
  5.  Subscribe via email
Hello,

I use J51_Carmen Template and I have some issues:

1) I want to change the copyright colour.

I have added the following code in custom css but it is still white.

#copyright p {
color: #000;
}

2) Inside the css folder I can see all the css files duplicated with .css.map extension. Is it ordinary?

3) When i set in "LayerSlideshow" just one image the nav arrows are still visible. ( version 1.1.6) In previous versions the arrows were not visible if it was only one image ( 1.1.1)


Thank you
Rita
samicomputers.gr
Accepted Answer Pending Moderation
0
Votes
Undo
Hello again,

the site is : https://fiskardokayaks.com

Thank You
Rita
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rita

1. As your text is a link try using the following CSS instead....

.copyright p,
.copyright a {
color: #000;
}


2. These are the source map files for your CSS and allow the browser to map CSS generated by a pre-processor (less).

3. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.layerslideshow-prev, .layerslideshow-next {
display: none;
}


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

Thank you for your help. ;) :D

Have a nice day

Rita
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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