New Landing How can we help? Themeforest Theme Support Dante Animated Icon Box Text Color Change

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #68386
    loganwilliamson
    Member
    Post count: 75

    On an animated icon box, I have the color set for what I’d like, except the text when the box flips is too dark and I’m having trouble hunting down which color customization.

    For instance, on the theme template: http://themeforest.net/item/dante-responsive-multipurpose-wordpress-theme/full_screen_preview/6175269

    when you flip the Strategy icon box over, I’d like to change the Lorem Ipsum text color.

    Thanks!

    #68602
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please put this code at Admin -> Theme Options -> Custom CSS => Here put this code and update options .

    .sf-icon-box-content p{color:#ccc}/*you can change color code */

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #69937
    joerg
    Member
    Post count: 28

    Hi Mohammad,

    the code changes the color of the content only, but not the color of the heading. How do I change the heading color in an icon box?

    Regards

    #69951
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Remove the p, so

    .sf-icon-box-content {color:#ccc}/*you can change color code */

    – Kyle

    #69955
    joerg
    Member
    Post count: 28

    Hi Kyle,

    I already tried that, but it doesn’t seem to change anything. I also tried to exchange the p against h3, but same result.

    Regards

    #69958
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please send me your link so I can provide the accurate css?

    – Kyle

    #69986
    joerg
    Member
    Post count: 28

    The site is not online yet. I am developing offline and would prefer not to publish it at the moment. But the issue is not related to my site. I just added the CSS code you provided in a freshly installed demo of dante and got the same result โ€“ the paragraph text content changes its color, but not the headline.

    #69987
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .sf-icon-box-animated .back h3 {
      color: #999999!important;
    }

    – Kyle

    #69995
    joerg
    Member
    Post count: 28

    Nope, that one doesn’t work either, neither on my site nor in the dante demo.

    #69996
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Works for me on the animated icon box, tested multiple times

    – Kyle

    #69998
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This will change both:

    .sf-icon-box-animated .back, .sf-icon-box-animated .back h3 {
      color: #999999 !important;
    }

    – Kyle

    #69999
    joerg
    Member
    Post count: 28

    I tried again and now it works. Must have done something wrong last time, sorry.

    Thanks a lot for your help, and have a nice weekend!

    #70004
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem, you too! ๐Ÿ™‚

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register