Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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%);

    #1140325

    Hey,

    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.
    #1142076

    Yigit 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 example

    iç 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.
    #1143038

    Hi,
    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,
    Mike

    #1144205

    Could you check the code I don’t understand what is the reason it still doesn’t work.

    #1144221

    Merhabalar :)

    It works on my end as well. I attached a screenshot in private content field.
    Does it not look as expected? :)

    Best regards,
    Yigit

    #1147138

    hello yigit : I can not see the change on the home page can log in and look at the site again.

    #1147356

    Hi,
    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:
    2019-10-12-074512
    Right way:
    2019-10-12-074559
    Please see the screenshot in the Private Content area for the correct place to put your css

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.