Effects - > LAYLA
- Kleszewski
-
Topic Author
- Offline
- Platinum Member
-
- I like playing chess.
Less
More
- Posts: 571
- Thank you received: 17
4 years 10 months ago - 4 years 10 months ago #56572
by Kleszewski
Effects - > LAYLA was created by Kleszewski
hi 
How can I change the color of this white line to another color? , where is the option that allows it.
These white lines appear when I move the mouse pointer over a photo (link:hover).
Is there a guide somewhere, documentation on how to properly handle this component yourself with examples of "Image Effect CK Params"
Kind regards,

How can I change the color of this white line to another color? , where is the option that allows it.
These white lines appear when I move the mouse pointer over a photo (link:hover).
Is there a guide somewhere, documentation on how to properly handle this component yourself with examples of "Image Effect CK Params"
Kind regards,
Last edit: 4 years 10 months ago by Kleszewski.
Please Log in or Create an account to join the conversation.
4 years 10 months ago #56574
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Effects - > LAYLA
Hi
this is defined in the css, you can change it using this rule
CEd
this is defined in the css, you can change it using this rule
Code:
figure.effectck-layla figcaption::before, figure.effectck-layla figcaption::after {
border-color: red;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- Kleszewski
-
Topic Author
- Offline
- Platinum Member
-
- I like playing chess.
Less
More
- Posts: 571
- Thank you received: 17
4 years 10 months ago - 4 years 10 months ago #56576
by Kleszewski
Replied by Kleszewski on topic Effects - > LAYLA
hi
Tthis css code does not work, I tried it before (firefox)
I know I'm still asking something, but I'm trying to solve my problem effectively. And I think you are the most competent person who can help if you have time and willingness
Tthis css code does not work, I tried it before (firefox)
I know I'm still asking something, but I'm trying to solve my problem effectively. And I think you are the most competent person who can help if you have time and willingness
Last edit: 4 years 10 months ago by Kleszewski.
Please Log in or Create an account to join the conversation.
4 years 10 months ago #56577
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Effects - > LAYLA
please give me the url of your page so that I can check, by my side the code works ...
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- Kleszewski
-
Topic Author
- Offline
- Platinum Member
-
- I like playing chess.
Less
More
- Posts: 571
- Thank you received: 17
4 years 10 months ago #56578
by Kleszewski
Replied by Kleszewski on topic Effects - > LAYLA
This message contains confidential information
Please Log in or Create an account to join the conversation.
4 years 10 months ago #56581
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Effects - > LAYLA
ok I see, the problem is that you are using a custom effect, then the css class is not the same as "layla"
so you can use this code with your effect ID 8
so you can use this code with your effect ID 8
Code:
figure[class*="effectck"].effectck-8 figcaption:before, figure[class*="effectck"].effectck-8 figcaption:after {
border-color: red;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: Kleszewski
Please Log in or Create an account to join the conversation.
Time to create page: 0.217 seconds