New Landing How can we help? Themeforest Theme Support Dante Add shadow to fancy header titles

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #217419
    fabstyle
    Member
    Post count: 19

    Hello Support,
    my customer supposed me to get more impact to the heading text both in fancy header. Is there a custom css solution to create some soft black shadow around supported in explorer and chrome?

    Thank you!

    #217449
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .page-heading.fancy-heading {
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
      border-bottom: none;
    }

    – Kyle

    #217456
    fabstyle
    Member
    Post count: 19

    Thank you Kyle for quick response. Strange thing, this doesnt take any effect adding this to code to my child css.

    #217457
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What’s your link? It worked fine for me on the demo

    – Kyle

    #217470
    fabstyle
    Member
    Post count: 19
    This reply has been marked as private.
    #217474
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try it with the important tag.

    .page-heading.fancy-heading {
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)!important;
      border-bottom: none!important;
    }

    -Rui

    #217481
    fabstyle
    Member
    Post count: 19

    Inserted your code but no shadows appear…clear cache? You need more infos or access to my pages?

    #217485
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    it should work, place the css inside the Custom css option in Theme options. Purge any cache from cache plugins.

    If necessary provide us your site url and admin credentials so we can check it.

    -Rui

    #217492
    fabstyle
    Member
    Post count: 19
    This reply has been marked as private.
    #217494
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #217503
    fabstyle
    Member
    Post count: 19

    Ok, now i see the problem:) Everything fine with your codes but i need the shadows for the heading text titles not for the backround picture.

    #217504
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Check again
    I added this code in the custom css option

    .fancy-heading.fancy-image.dark-style h1, .fancy-heading.fancy-image.dark-style h3 {
          text-shadow: 2px 2px 0 rgba(255,255,255,.4)!important;
    }

    -Rui

    #217556
    fabstyle
    Member
    Post count: 19

    Thank you very much for taking the time. I’ve added a little blur and done!

    #217563
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register