-
AuthorPosts
-
September 20, 2019 at 7:08 pm #1140313
I can’t run this code in place of the custom css class. What is the reason.
style="box-shadow: 0 4px 30px -12px rgba(69,77,89,.18); padding: 5px; background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 48%, rgb(255, 255, 255) 100%);
September 20, 2019 at 7:53 pm #1140325Hey,
Please insert “custom-box-shadow” in custom CSS field and then add following code to Quick CSS in Enfold theme options > General Styling
.custom-box-shadow { box-shadow: 0 4px 30px -12px rgba(69,77,89,.18); padding: 5px; background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 48%, rgb(255, 255, 255) 100%); }
Cheers!
Yigit- This reply was modified 5 years, 2 months ago by Yigit.
September 26, 2019 at 1:54 am #1142076Yigit Bey: I added the code to the css but it still does not work on the main page.
Do you apply to any block of the main page. Let’s look at the exampleiç mimar Tolgahan TÜRK
If you apply to the background of this color section on the main page I would appreciate it.- This reply was modified 5 years, 1 month ago by cTes.
September 28, 2019 at 10:08 pm #1143038Hi,
Sorry for the late reply and thanks for the login, I see that you already added the css to your child theme stylesheet so I added the custom class to your color section. It is now active, please clear your browser cache and check.Best regards,
MikeOctober 2, 2019 at 4:51 pm #1144205Could you check the code I don’t understand what is the reason it still doesn’t work.
October 2, 2019 at 6:52 pm #1144221Merhabalar :)
It works on my end as well. I attached a screenshot in private content field.
Does it not look as expected? :)Best regards,
YigitOctober 11, 2019 at 2:38 pm #1147138hello yigit : I can not see the change on the home page can log in and look at the site again.
October 12, 2019 at 2:23 pm #1147356Hi,
Sorry for the late reply, I took another look at your homepage and see that you have added the full css code into the CSS Classes field “Özel Css Sınıfı” this is not correct, in this field please only enter the class “custom-box-shadow” and the add the full css code into your child theme styles.css, this was already done. I corrected this for you and then cleared your cache plugin, you will still need to clear your browser cache.
Wrong way:
Right way:
Please see the screenshot in the Private Content area for the correct place to put your cssBest regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.