New Landing How can we help? Themeforest Theme Support Joyn Custom colours for buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #204239
    orchidjersey
    Member
    Post count: 8

    Hi guys

    Is there a way to using the CSS ‘Button Extra Class’ field to change the colour of the static and rollover states of my shortcode buttons?

    I see there are a number of default colour options – Black/White/Blue/Grey etc and the colour rollover is my default theme colours – How am I able to use my own HEX values to create some specific colours for both states?

    Any code to point me in the right direction would be great! ๐Ÿ™‚

    Cheers
    Matt

    #204501
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Do you want to edit the current hex values for each colour option, or add extra colour options?

    – Kyle

    #204503
    orchidjersey
    Member
    Post count: 8

    If I could add extra color options that will be great. I would like to x8 in total.

    Thanks

    #204511
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .sf-button.extraclass {
      color: #efefef;
      background-color: #111111;
    }
    .sf-button.extraclass:hover {
      color: #efefef;
      background-color: #000000;
    }

    – Kyle

    #205068
    orchidjersey
    Member
    Post count: 8

    that’s great thanks ๐Ÿ™‚

    #205071
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Kyle, glad it’s resolved.

    – David.

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