New Landing How can we help? Themeforest Theme Support Dante CSS button does not work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #234525
    TheHomepage
    Member
    Post count: 97

    /* ############################ */
    /* button slider tekst wit*/
    /* ############################ *
    Hello,

    In the main screen at the top of the homepage there’s a red button “ONTDEK ONS AANBOD”.
    I created a class “witteletters” (theme options >custom css) in order to make appear the text in white instead of blue and
    even on top of it i changed the css class for the button icon reveal where I also mention the put the text in white.

    So with those two CSS clases, the text of the button should appear in white.
    But it does not work…

    Thanks for helping out.

    Please find a screenshot of the button
    and please below the code I added in Theme Options > custom CSS

    .sf-button.sf-icon-reveal.accent {
    color: #FFF !important;
    }

    /* ############################ */
    /* knop witte letters */
    /* ############################ */
    .witteletters {
    color: #FFF !important;
    }

    Attachments:
    You must be logged in to view attached files.
    #234563
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The css should be:

    .sf-button.sf-icon-reveal.accent.witteletters {
      color: #fff!important;
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 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